Click or drag to resize

Altova.RaptorXml.Json.Schema Namespace

The Altova.RaptorXml.Json.Schema namespace provides a .NET API for the JSON Schema specification.

This .NET interface enables the user to validate JSON Schemas.

Classes
  ClassDescription
Public classSchema

An Schema class represents a JSON Schema.

Public classSchemaSettings

The SchemaSettings class allows to modify the settings used to load JSON schema documents.

Enumerations
  EnumerationDescription
Public enumerationJsonSchemaVersion

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

See Also