Home EnumFormat Enum
EnumFormat Enum
Cancel

EnumFormat Enum

EnumFormat Enum

Namespace: Json.Schema.Generation.SourceGeneration

Indicates how enumerations are described in source-generated schemas.

Values

NameSummary
NamesEnumerations are described by an enum of their member names.
ValuesEnumerations are described as an integer.
NamesAndValuesEnumerations are described by an anyOf accepting either the member names or an integer.
Contents