{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/menus-metadata-structure.json", "name": "Metadata", "description": "Metadata", "type": "object", "properties": { "MenuEntityId": { "description": "Menu entity identifier (eg: MenuItemId, MenuItemOptionSetItemId)", "type": "int32", "example": 500123 }, "Key": { "description": "Metadata key (Unique identifier)", "maxLength": 128, "minLength": 0, "type": "string", "example": "string" }, "Value": { "description": "Metadata value", "maxLength": 4000, "minLength": 0, "type": "string", "example": "string" } } }