Click or drag to resize

JsonSchemaVersion Enumeration

The JsonSchemaVersion enum indicates the JSON Schema specification that should be used to validate schema and instance documents.

Namespace:  Altova.RaptorXml.Json.Schema
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum JsonSchemaVersion
Members
  Member nameValueDescription
Undefined-1
Draft_040
Draft_061
Draft_072
Latest3
See Also