Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts
Spec-quality guard: SDKs are generated only for specs with at least one
operation AND at least one component schema. Without schemas the generated
packages are untyped stubs (every model is object) — worse than no SDK.
Signature
tsfunction assessSpecQuality(spec: unknown): SdkSpecQuality
Parameters
| Name | Type |
|---|---|
spec | unknown |
Returns: SdkSpecQuality
Was this page helpful?