Home PropertyOrder Enum
PropertyOrder Enum
Cancel

PropertyOrder Enum

PropertyOrder Enum

Namespace: Json.Schema.Generation

Indicates the sequence in which properties will be listed in the schema.

Values

NameSummary
AsDeclaredProperties will be listed in the order they’re declared in code.
ByNameProperties will be sorted by name, case-insensitive.
Contents