Click or drag to resize
Json.NET Schema

JSchemaWriterSettings Properties

 

The JSchemaWriterSettings type exposes the following members.

Properties
  NameDescription
Public propertyExternalSchemas
Gets or sets the ExternalSchemas used when resolving the schema reference to write.
Public propertyReferenceHandling
Gets or sets the JSchemaWriterReferenceHandling setting used when writing schema references. This setting doesn't effect ExternalSchemas references.
Public propertyVersion
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.
Top
See Also