OpenApiV3 contains TypeScript type definitions for OpenAPI v3.0 documents.
Used for parsing and generating OpenAPI v3.0 specifications. For a normalized
format that unifies all OpenAPI versions, use OpenApi instead.
Key differences from v3.1:
Uses nullable: true instead of type: ["string", "null"]
OpenAPI v3.0 specification types.
OpenApiV3contains TypeScript type definitions for OpenAPI v3.0 documents. Used for parsing and generating OpenAPI v3.0 specifications. For a normalized format that unifies all OpenAPI versions, use OpenApi instead.Key differences from v3.1:
nullable: trueinstead oftype: ["string", "null"]constkeyword supportprefixItemsfor tuplesAuthor
Jeongho Nam - https://github.com/samchon