"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.
constantsMETA_SCHEMA_URI_DRAFT_07
Source effect/JsonSchema.ts:1991 lines
export const const META_SCHEMA_URI_DRAFT_2020_12: "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.
META_SCHEMA_URI_DRAFT_2020_12 = "https://json-schema.org/draft/2020-12/schema"