Click or drag to resize
Json.NET Schema

JSchemaReaderSettings Properties

 

The JSchemaReaderSettings type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
The base URI for the schema being read. The base URI is used to resolve relative URI schema references.
Public propertyResolver
The JSchemaResolver to use when resolving schema references.
Public propertyResolveSchemaReferences
Gets or sets a value indicating whether schema references should be resolved.
Public propertyValidateVersion
Gets or sets a value indicating whether the schema JSON should be validated using the JSON Schema version identifer defined by '$schema'.
Public propertyValidators
Gets or sets a JsonValidator collection that will be used during validation.
Top
See Also