Skip to main content

Interface: OpenApiSpec

Defined in: types.ts:62

Minimal shape of an OpenAPI document consumed by the generator.

Properties

components?

optional components?: object

Defined in: types.ts:64

parameters?

optional parameters?: Record<string, unknown>

schemas?

optional schemas?: Record<string, unknown>


paths?

optional paths?: Record<string, Record<string, unknown>>

Defined in: types.ts:63