openapi-types-v3.1.0
v1.0.4
Published
TypeScript type definitions for OpenAPI 3.1.0 specification.
Maintainers
Readme
openapi-types-v3.1.0
TypeScript type definitions for the OpenAPI 3.1.0 specification.
Installation
npm install openapi-types-v3.1.0Usage
Import the types in your TypeScript project:
import type {
OpenAPIObject,
InfoObject,
ContactObject,
LicenseObject,
ServerObject,
ServerVariableObject,
PathsObject,
PathItemObject,
OperationObject,
ExternalDocumentationObject,
ParameterObject,
SchemaObject,
DiscriminatorObject,
XMLObject,
ExampleObject,
ReferenceObject,
MediaTypeObject,
EncodingObject,
HeaderObject,
RequestBodyObject,
ResponsesObject,
ResponseObject,
LinkObject,
CallbackObject,
SecurityRequirementObject,
ComponentsObject,
SecuritySchemeObject,
OAuthFlowsObject,
OAuthFlowObject,
TagObject,
} from "openapi-types-v3.1.0";License
MIT
