Json.NET - Quick Starts & API Documentation
Newtonsoft.Json.Schema Namespace
Namespaces ► Newtonsoft.Json.Schema
The Newtonsoft.Json.Schema namespace provides classes that are used to implement JSON schema.
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace Newtonsoft.Json.Schema
Namespace Newtonsoft.Json.Schema
namespace Newtonsoft.Json.Schema
Types
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.
|