The Newtonsoft.Json.Schema namespace provides classes that are used to implement JSON schema.
| C# | Visual Basic | Visual C++ |
namespace Newtonsoft.Json.Schema
Namespace Newtonsoft.Json.Schema
namespace Newtonsoft.Json.Schema
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| Extensions |
Contains the JSON schema extension methods.
| |
| JsonSchema |
An in-memory representation of a JSON Schema.
| |
| JsonSchemaException |
Returns detailed information about the schema exception.
| |
| JsonSchemaGenerator |
Generates a JsonSchema from a specified Type.
| |
| JsonSchemaResolver |
Resolves JsonSchema from an id.
| |
| JsonSchemaType |
The value types allowed by the JsonSchema.
| |
| UndefinedSchemaIdHandling |
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
| |
| ValidationEventArgs |
Returns detailed information related to the ValidationEventHandler.
| |
| ValidationEventHandler |
Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs.
|