{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MenuEntryTag",
"title": "MenuEntryTag",
"type": "string",
"description": "Characteristics related to the selection of a menu entry.",
"enum": [
"NonSelectable",
"NonSelectableSubMenu",
"Selectable",
"SubMenu"
]
}