Click or drag to resize
Json.NET

Newtonsoft.Json.Schema Namespace

 

The Newtonsoft.Json.Schema namespace provides classes that are used to implement JSON schema.

Obsolete. JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.

Classes
  ClassDescription
Public classExtensions Obsolete.

Contains the JSON schema extension methods.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public classJsonSchema Obsolete.

An in-memory representation of a JSON Schema.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public classJsonSchemaException Obsolete.

Returns detailed information about the schema exception.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public classJsonSchemaGenerator Obsolete.

Generates a JsonSchema from a specified Type.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public classJsonSchemaResolver Obsolete.

Resolves JsonSchema from an id.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public classValidationEventArgs Obsolete.

Returns detailed information related to the ValidationEventHandler.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Delegates
  DelegateDescription
Public delegateValidationEventHandler Obsolete.

Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Enumerations
  EnumerationDescription
Public enumerationJsonSchemaType Obsolete.

The value types allowed by the JsonSchema.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public enumerationUndefinedSchemaIdHandling Obsolete.

Specifies undefined schema Id handling options for the JsonSchemaGenerator.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.