{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-create-promotion-structure.json", "name": "CreatePromotion", "description": "Create Promotion", "type": "object", "properties": { "Name": { "description": "Promotion Name", "type": "string", "example": "Example Name" }, "MenuItemPublicIds": { "description": "Promotion Menu Item Awards", "type": "array", "items": { "type": "uuid", "example": "00000000-0000-0000-0000-000000000000" }, "example": [ "00000000-0000-0000-0000-000000000000" ] } } }