Hyperlinkv0.8.0-beta.28

JsonSchema

JsonSchema.Dialecttypeeffect/JsonSchema.ts:55
Dialect

The set of JSON Schema dialects supported by this module.

When to use

Use as the dialect marker for JsonSchema documents when parsing, converting, or emitting schemas across the supported formats.

Details

Supported values are "draft-07" for JSON Schema Draft-07, "draft-2020-12" for JSON Schema Draft 2020-12 and the canonical internal form, "openapi-3.1" for OpenAPI 3.1, and "openapi-3.0" for OpenAPI 3.0.

export type Dialect = "draft-07" | "draft-2020-12" | "openapi-3.1" | "openapi-3.0"
Referenced by 2 symbols