Click or drag to resize
Json.NET Schema

JSchemaWriterSettingsExternalSchemas Property

 
Gets or sets the ExternalSchemas used when resolving the schema reference to write.

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

Property Value

Type: IListExternalSchema
The ExternalSchemas used when resolving the schema reference to write.
See Also