Documentation
    Preparing search index...

    Namespace OpenApiV3TypeChecker

    Type checker for raw OpenAPI v3.0 JSON schemas.

    OpenApiV3TypeChecker provides type guard functions for OpenApiV3.IJsonSchema (raw, unemended format). For typia's normalized format, use OpenApiTypeChecker instead.

    Key differences from v3.1: v3.0 uses nullable: true property instead of union types, and has no const or tuple support.

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

    Functions

    isAllOf
    isAnyOf
    isArray
    isBoolean
    isInteger
    isNullOnly
    isNumber
    isObject
    isOneOf
    isReference
    isString