JSchemaReaderSettings Properties |
The JSchemaReaderSettings type exposes the following members.
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.
|