{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-menu-entry-tag-schema.json",
"title": "MenuEntryTag",
"description": "Characteristics related to the selection of a menu entry.",
"type": "string",
"enum": [
"NonSelectable",
"NonSelectableSubMenu",
"Selectable",
"SubMenu"
]
}