Interface: Document<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends { } | { } |
Properties
| Property | Type |
|---|---|
components? | ComponentsObject |
externalDocs? | ExternalDocumentationObject |
info | InfoObject |
openapi | string |
paths | PathsObject<T> |
security? | SecurityRequirementObject[] |
servers? | ServerObject[] |
tags? | TagObject[] |
x-express-openapi-additional-middleware? | ( | (request: any, response: any, next: any) => Promise<void> | (request: any, response: any, next: any) => void)[] |
x-express-openapi-validation-strict? | boolean |