SpecVersion Enum
Namespace: Json.Schema
Enumerates the supported JSON Schema specification versions.
Values
| Name | Summary |
|---|---|
| Unspecified | The specification version to use should be determined by the collection of keywords. |
| Draft6 | JSON Schema Draft 6. |
| Draft7 | JSON Schema Draft 7. |
| Draft201909 | JSON Schema Draft 2019-09. |
| Draft202012 | JSON Schema Draft 2020-12. |
| DraftNext | JSON Schema Draft Next. |
| All | All versions. |