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.
| Class | Description | |||
|---|---|---|---|---|
| Extensions | Obsolete. Contains the JSON schema extension methods.
| |||
| JsonSchema | Obsolete. An in-memory representation of a JSON Schema.
| |||
| JsonSchemaException | Obsolete. Returns detailed information about the schema exception.
| |||
| JsonSchemaGenerator | Obsolete. Generates a JsonSchema from a specified Type.
| |||
| JsonSchemaResolver | Obsolete. Resolves JsonSchema from an id.
| |||
| ValidationEventArgs | Obsolete. Returns detailed information related to the ValidationEventHandler.
|
| Delegate | Description | |||
|---|---|---|---|---|
| ValidationEventHandler | Obsolete. Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
|
| Enumeration | Description | |||
|---|---|---|---|---|
| JsonSchemaType | Obsolete. The value types allowed by the JsonSchema.
| |||
| UndefinedSchemaIdHandling | Obsolete. Specifies undefined schema Id handling options for the JsonSchemaGenerator.
|