Click or drag to resize
Json.NET Schema

SchemaPropertyOrderHandling Enumeration

 
Specifies the schema property ordering 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 SchemaPropertyOrderHandling
Members
  Member nameValueDescription
Default0 Use the default order of properties.
Alphabetical1 Alphabetical order of properties.
See Also