Documentation
    Preparing search index...

    Namespace OpenApiV3_2

    OpenAPI v3.2 specification types (raw, unemended).

    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.

    Jeongho Nam - https://github.com/samchon

    Namespaces

    IDocument
    IJsonSchema
    IOperation
    ISecurityScheme
    IServer

    Interfaces

    IComponents
    IDocument
    IExample
    IOperation
    IPath
    IServer

    Type Aliases

    IJsonSchema
    ISecurityScheme
    Method