JSchemaReaderSettings Class |
Namespace: Newtonsoft.Json.Schema
public class JSchemaReaderSettings
The JSchemaReaderSettings type exposes the following members.
Name | Description | |
---|---|---|
JSchemaReaderSettings | Initializes a new instance of the JSchemaReaderSettings class |
Name | Description | |
---|---|---|
BaseUri |
The base URI for the schema being read. The base URI is used to resolve relative URI schema references.
| |
Resolver |
The JSchemaResolver to use when resolving schema references.
| |
ResolveSchemaReferences |
Gets or sets a value indicating whether schema references should be resolved.
| |
ValidateVersion |
Gets or sets a value indicating whether the schema JSON should be validated using the JSON Schema version identifer defined by '$schema'.
| |
Validators |
Gets or sets a JsonValidator collection that will be used during validation.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ValidationEventHandler |
Sets an event handler for receiving information about receives information about JSON Schema syntax errors.
|