JSchemaWriterSettings Class |
Namespace: Newtonsoft.Json.Schema
public class JSchemaWriterSettings
The JSchemaWriterSettings type exposes the following members.
Name | Description | |
---|---|---|
JSchemaWriterSettings |
Initializes a new instance of the JSchemaWriterSettings class.
|
Name | Description | |
---|---|---|
ExternalSchemas |
Gets or sets the ExternalSchemas used when resolving the schema reference to write.
| |
ReferenceHandling |
Gets or sets the JSchemaWriterReferenceHandling setting used when writing schema references.
This setting doesn't effect ExternalSchemas references.
| |
Version |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |