| 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 public Uri SchemaVersion { get; set; }
Property Value
Type:
UriSee Also