Class | 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 System.Type. |
![]() | JsonSchemaResolver | Resolves JsonSchema from an id. |
![]() | ValidationEventArgs | Returns detailed information related to the ValidationEventHandler. |
Delegate | Description | |
---|---|---|
![]() | ValidationEventHandler | Represents the callback method that will handle JSON schema validation events and the ValidationEventArgs. |
Enumeration | Description | |
---|---|---|
![]() | JsonSchemaType | The value types allowed by the JsonSchema. |
![]() | UndefinedSchemaIdHandling | Specifies undefined schema Id handling options for the JsonSchemaGenerator. |