Click or drag to resize
Json.NET Schema

JSchemaWriterSettingsVersion Property

 
Gets or set the SchemaVersion of the written JSON. Explicitly setting the version will include the $schema property and limit the written schema to only features available in that version.

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

Property Value

Type: NullableSchemaVersion
The SchemaVersion of the written JSON.
See Also