interface OpenAPIObject
implements ISpecificationExtension
import { type OpenAPIObject } from "https://dotland.deno.dev/x/alosaur@v0.37.0/openapi/builder/openapi-models.ts";
Properties
info: InfoObject
optional
servers: ServerObject[]paths: PathsObject
optional
components: ComponentsObjectoptional
security: SecurityRequirementObject[]optional
tags: TagObject[]optional
externalDocs: ExternalDocumentationObject