Click or drag to resize
Json.NET Schema

JSchemaExtensionData Property

 
Gets the extension data for the JSchema.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public IDictionary<string, JToken> ExtensionData { get; }

Property Value

Type: IDictionaryString, JToken
The extension data for the JSchema.
See Also