← Back to index
interface OpenAPIV3.Document

Type Parameters

🔗
T extends { } = { }

Properties

🔗
openapi: string
🔗
servers: ServerObject[]
🔗
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