[I] OpenAPIComponents3_1
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: `x-${string}`]: anyProperties
Section titled “Properties”| Property | Type | 
|---|---|
| callbacks? | Record<string,Record<string,OpenAPI3PathItem>> | 
| examples? | Record<string,Refable<OpenAPI3Example>> | 
| headers? | Record<string,Refable<OpenAPI3Header>> | 
| links? | Record<string,Refable<OpenAPI3Link>> | 
| parameters? | Record<string,Refable<OpenAPI3Parameter>> | 
| pathItems? | Record<string,OpenAPI3PathItem> | 
| requestBodies? | Record<string,Refable<OpenAPI3RequestBody>> | 
| responses? | Record<string,Refable<OpenAPI3Response>> | 
| schemas? | Record<string,OpenAPISchema3_1> | 
| securitySchemes? | Record<string,Refable<OpenAPI3SecurityScheme>> |