{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Reservation Strip", "description": "Sticky gold-on-black reservation strip with phone, OpenTable CTA, and trading hours.", "type": "object", "properties": { "phone": { "type": "string", "title": "Reservations phone", "description": "International-format phone number for the reservations desk.", "x-editor": "text", "default": "" }, "openTable": { "type": "string", "title": "OpenTable URL", "description": "Deep link to the OpenTable widget or booking page.", "x-editor": "link", "default": "" }, "hours": { "type": "array", "title": "Trading hours", "description": "Free-form lines such as 'Tue–Sat · 6pm–late'.", "x-editor": "array", "default": [], "items": { "type": "string", "x-editor": "text" } } } }