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.
Type checker for raw OpenAPI v3.0 JSON schemas.
OpenApiV3TypeCheckerprovides 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: trueproperty instead of union types, and has noconstor tuple support.Author
Jeongho Nam - https://github.com/samchon