Click or drag to resize
Json.NET Schema

SchemaLocationHandling Enumeration

 
Specifies the location of referenced schemas for the JSchemaGenerator.

Namespace:  Newtonsoft.Json.Schema.Generation
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public enum SchemaLocationHandling
Members
  Member nameValueDescription
Definitions0 Referenced schemas are placed in the root schema's definitions collection.
Inline1 Referenced schemas are inline.
See Also