Namespace: Json.Schema
Inheritance: MetaSchemas 🡒 object
Provides access to well-known JSON Schema meta-schemas and their identifiers for supported specification drafts.
Remarks
This class exposes static properties representing the canonical URIs and parsed schema objects for
Properties
| Name | Type | Summary |
|---|---|---|
| Applicator201909 | JsonSchema | Gets the Applicator meta-schema for the JSON Schema Draft 2019-09 specification. |
| Applicator201909Id | Uri | Gets the canonical URI identifying the Applicator meta-schema for the JSON Schema Draft 2019-09 specification. |
| Applicator202012 | JsonSchema | Gets the Applicator meta-schema for the JSON Schema Draft 2020-12 specification. |
| Applicator202012Id | Uri | Gets the canonical URI identifying the Applicator meta-schema for the JSON Schema Draft 2020-12 specification. |
| Content201909 | JsonSchema | Gets the Content meta-schema for the JSON Schema Draft 2019-09 specification. |
| Content201909Id | Uri | Gets the canonical URI identifying the Content meta-schema for the JSON Schema Draft 2019-09 specification. |
| Content202012 | JsonSchema | Gets the Content meta-schema for the JSON Schema Draft 2020-12 specification. |
| Content202012Id | Uri | Gets the canonical URI identifying the Content meta-schema for the JSON Schema Draft 2020-12 specification. |
| Core201909 | JsonSchema | Gets the Core meta-schema for the JSON Schema Draft 2019-09 specification. |
| Core201909Id | Uri | Gets the canonical URI identifying the Core meta-schema for the JSON Schema Draft 2019-09 specification. |
| Core202012 | JsonSchema | Gets the Core meta-schema for the JSON Schema Draft 2020-12 specification. |
| Core202012Id | Uri | Gets the canonical URI identifying the Core meta-schema for the JSON Schema Draft 2020-12 specification. |
| Draft201909 | JsonSchema | Gets the meta-schema for the JSON Schema Draft 2019-09 specification. |
| Draft201909Id | Uri | Gets the canonical URI identifying the JSON Schema Draft 2019-09 meta-schema. |
| Draft202012 | JsonSchema | Gets the meta-schema for the JSON Schema Draft 2020-12 specification. |
| Draft202012Id | Uri | Gets the canonical URI identifying the JSON Schema Draft 2020-12 meta-schema. |
| Draft6 | JsonSchema | Gets the meta-schema for the JSON Schema Draft 6 specification. |
| Draft6Id | Uri | Gets the canonical URI identifying the JSON Schema Draft 6 specification. |
| Draft7 | JsonSchema | Gets the meta-schema for the JSON Schema Draft 7 specification. |
| Draft7Id | Uri | Gets the canonical URI identifying the JSON Schema Draft 7 specification. |
| Format201909 | JsonSchema | Gets the Format meta-schema for the JSON Schema Draft 2019-09 specification. |
| Format201909Id | Uri | Gets the canonical URI identifying the Format meta-schema for the JSON Schema Draft 2019-09 specification. |
| FormatAnnotation202012 | JsonSchema | Gets the Format-Annotation meta-schema for the JSON Schema Draft 2020-12 specification. |
| FormatAnnotation202012Id | Uri | Gets the canonical URI identifying the Format-Annotation meta-schema for the JSON Schema Draft 2020-12 specification. |
| FormatAssertion202012 | JsonSchema | Gets the Format-Assertion meta-schema for the JSON Schema Draft 2020-12 specification. |
| FormatAssertion202012Id | Uri | Gets the canonical URI identifying the Format-Assertion meta-schema for the JSON Schema Draft 2020-12 specification. |
| Metadata201909 | JsonSchema | Gets the Meta-Data meta-schema for the JSON Schema Draft 2019-09 specification. |
| Metadata201909Id | Uri | Gets the canonical URI identifying the Meta-Data meta-schema for the JSON Schema Draft 2019-09 specification. |
| Metadata202012 | JsonSchema | Gets the Meta-Data meta-schema for the JSON Schema Draft 2020-12 specification. |
| Metadata202012Id | Uri | Gets the canonical URI identifying the Meta-Data meta-schema for the JSON Schema Draft 2020-12 specification. |
| Unevaluated202012 | JsonSchema | Gets the Unevaluated meta-schema for the JSON Schema Draft 2020-12 specification. |
| Unevaluated202012Id | Uri | Gets the canonical URI identifying the Unevaluated meta-schema for the JSON Schema Draft 2020-12 specification. |
| V1_2026 | JsonSchema | Gets the meta-schema for the JSON Schema version 1, release 2026 specification. |
| V1_2026Id | Uri | Gets the canonical URI identifying the JSON Schema version v1, release 2026 specification. |
| V1Id | Uri | Gets the URI that identifies version 1 of the JSON Schema specification. |
| Validation201909 | JsonSchema | Gets the Validation meta-schema for the JSON Schema Draft 2019-09 specification. |
| Validation201909Id | Uri | Gets the canonical URI identifying the Validation meta-schema for the JSON Schema Draft 2019-09 specification. |
| Validation202012 | JsonSchema | Gets the Validation meta-schema for the JSON Schema Draft 2020-12 specification. |
| Validation202012Id | Uri | Gets the canonical URI identifying the Validation meta-schema for the JSON Schema Draft 2020-12 specification. |