Interface: ResourcefulOpenAPISpec
OpenAPI specification structure for resourceful endpoints
Properties
| Property | Type |
|---|---|
components | { schemas: { [modelName: string]: SchemaObject; }; } |
components.schemas | { [modelName: string]: SchemaObject; } |
info | { title: string; version: string; } |
info.title | string |
info.version | string |
openapi | "3.0.0" |
paths | { [path: string]: PathItemObject<{ }>; } |