Home SpecVersion Enum
SpecVersion Enum
Cancel

SpecVersion Enum

SpecVersion Enum

Namespace: Json.Schema

Enumerates the supported JSON Schema specification versions.

Values

NameSummary
UnspecifiedThe specification version to use should be determined by the collection of keywords.
Draft6JSON Schema Draft 6.
Draft7JSON Schema Draft 7.
Draft201909JSON Schema Draft 2019-09.
Draft202012JSON Schema Draft 2020-12.
DraftNextJSON Schema Draft Next.
AllAll versions.
Contents