PropertyOrder Enum
Namespace: Json.Schema.Generation
Indicates the sequence in which properties will be listed in the schema.
Values
| Name | Summary |
|---|---|
| AsDeclared | Properties will be listed in the order they’re declared in code. |
| ByName | Properties will be sorted by name, case-insensitive. |