| 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 public IList<ExternalSchema> ExternalSchemas { get; set; }
Property Value
Type:
IListExternalSchemaThe
ExternalSchemas used when resolving the schema reference to write.
See Also