Click or drag to resize
Json.NET Schema

JSchemaSchemaVersion Property

 
Gets or sets the $schema. This value will only be read from JSON and written to JSON if the JSchema is the root schema.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public Uri SchemaVersion { get; set; }

Property Value

Type: Uri
See Also