EnumDescription

EnumDescription
EnumDescription

Static strings used for describing an enumerated type.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "tags": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ]
}
string
key
Required

Type of enumeration being described.

tags
Required

Element descriptions of all the tags for that enumerated type.