{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "meet-elie",
  "slug": "",
  "url": "https://ro.am/meet-elie/",
  "displayUrl": "ro.am/meet-elie",
  "name": "Meet with Elie",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "FATKID"
  },
  "hosts": [
    {
      "name": "Elie Saade",
      "imageUrl": "https://ro.am/card-images/5e332762-7372-40e7-bc7a-e2d5fcf7d63c"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ8TR4qfdZmLZg0mWu52XQ/ZFNSNPq7h4FhwtUiKqhzSA",
  "bookingForm": {
    "fields": [
      {
        "id": "019f1347-8a9f-7599-8b66-18bb8c7b5382",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f1347-8a9f-7599-8b66-1f45b5c3ced5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f137a-0ca9-7214-a6b2-ab19b31f0995",
        "name": "Restaurant Name (if new, just write 'NEW')",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019f1347-8a9f-7599-8b66-2107ce5d24ac",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019f137a-3be3-7041-8dc8-23470488cb5b",
        "name": "Phone number",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=meet-elie&slug=",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}