interface OpenAPIObject
implements ISpecificationExtension
import { type OpenAPIObject } from "https://deno.land/x/alosaur@v0.31.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