Represents the root document object of the OpenAPI specification.
optional
jsonSchemaDialect: string
optional
servers: OpenAPIServer[]
optional
paths: Record<string, OpenAPIPathItem | OpenAPIReference>
optional
webhooks: Record<string, OpenAPIPathItem | OpenAPIReference>
optional
components: OpenAPIComponents
optional
security: SecurityRequirement
optional
tags: OpenAPITag[]
optional
externalDocs: OpenAPIExternalDocs