"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.
constantsMETA_SCHEMA_URI_DRAFT_2020_12
Source effect/JsonSchema.ts:1791 lines
export const const META_SCHEMA_URI_DRAFT_07: "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.
META_SCHEMA_URI_DRAFT_07 = "http://json-schema.org/draft-07/schema"