Skip to content

Interface: ResourcefulOpenAPISpec

OpenAPI specification structure for resourceful endpoints

Properties

PropertyType
components{ schemas: { [modelName: string]: SchemaObject; }; }
components.schemas{ [modelName: string]: SchemaObject; }
info{ title: string; version: string; }
info.titlestring
info.versionstring
openapi"3.0.0"
paths{ [path: string]: PathItemObject<{ }>; }