Click or drag to resize
Json.NET Schema

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
C#
public Uri Reference { get; set; }

Property Value

Type: Uri
See Also