| JSchemaReference Property |
Gets or sets the $ref. This property is used when reading or writing referenced schemas without resolving them.
Validating JSON with a schema that has a not null Reference value will error.
Namespace:
Newtonsoft.Json.Schema
Assembly:
Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax public Uri Reference { get; set; }
Property Value
Type:
UriSee Also