Hyperlinkv0.8.0-beta.28

JsonSchema

JsonSchema.META_SCHEMA_URI_DRAFT_07consteffect/JsonSchema.ts:179
"http://json-schema.org/draft-07/schema"

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

When to use

Use when constructing a Draft-07 JSON Schema document and you need a stable value for the root $schema field.

Details

The exported value is the literal string http://json-schema.org/draft-07/schema.

export const META_SCHEMA_URI_DRAFT_07 = "http://json-schema.org/draft-07/schema"