OpenApiV3_2 contains TypeScript type definitions for raw OpenAPI v3.2
documents as-is from the specification. Unlike OpenApi, this preserves
the original structure including $ref references and allOf compositions
without normalization.
Key features in v3.2:
query HTTP method for safe read operations with request body
additionalOperations for non-standard HTTP methods (LINK, UNLINK, etc.)
in: "querystring" parameter location for full query schema
Enhanced Tag structure with summary, parent, kind
itemSchema for streaming (SSE, JSON Lines, etc.)
OAuth2 Device Authorization Flow
For a normalized format that simplifies schema processing, use
OpenApi.
OpenAPI v3.2 specification types (raw, unemended).
OpenApiV3_2contains TypeScript type definitions for raw OpenAPI v3.2 documents as-is from the specification. Unlike OpenApi, this preserves the original structure including$refreferences andallOfcompositions without normalization.Key features in v3.2:
queryHTTP method for safe read operations with request bodyadditionalOperationsfor non-standard HTTP methods (LINK, UNLINK, etc.)in: "querystring"parameter location for full query schemasummary,parent,kinditemSchemafor streaming (SSE, JSON Lines, etc.)For a normalized format that simplifies schema processing, use OpenApi.
Author
Jeongho Nam - https://github.com/samchon