Hyperlinkv0.8.0-beta.28

JsonSchema

JsonSchema.META_SCHEMA_URI_DRAFT_2020_12consteffect/JsonSchema.ts:199
"https://json-schema.org/draft/2020-12/schema"

Represents the $schema meta-schema URI for JSON Schema Draft 2020-12.

When to use

Use when you need to populate the $schema field while emitting a JSON Schema document that should declare JSON Schema Draft 2020-12.

Details

The exported value is the literal string https://json-schema.org/draft/2020-12/schema.

export const META_SCHEMA_URI_DRAFT_2020_12 = "https://json-schema.org/draft/2020-12/schema"