Enum JsonSchemaVersion
Enumerates the official schema versions (drafts).
Namespace: Manatee.Json.Schema
Assembly: Manatee.Json.dll
Syntax
[Flags]
public enum JsonSchemaVersion
Fields
Name | Description |
---|---|
All | Adheres to all known schema drafts. |
Draft04 | Adheres to draft-04. |
Draft06 | Adheres to draft-06. |
Draft07 | Adheres to draft-07. |
Draft2019_09 | Adheres to draft 2019-09. |
None | No adherence to any known schema draft. |