Interface: OpenApiSpec
Defined in: types.ts:62
Minimal shape of an OpenAPI document consumed by the generator.
Properties
components?
optionalcomponents?:object
Defined in: types.ts:64
parameters?
optionalparameters?:Record<string,unknown>
schemas?
optionalschemas?:Record<string,unknown>
paths?
optionalpaths?:Record<string,Record<string,unknown>>
Defined in: types.ts:63