{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jeff",
  "slug": "test",
  "url": "https://ro.am/jeff/test",
  "displayUrl": "ro.am/jeff/test",
  "name": "Jeff's Test Lobby",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Roam HQ"
  },
  "hosts": [
    {
      "name": "Jeff Grossman",
      "imageUrl": "https://ro.am/card-images/d014e95e-4cd3-4887-89df-5b12f0d3c3ee"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZAnhweMdCqgeVsC7doJNw/opVaXm2JtWxay9waeOToXg",
  "bookingForm": {
    "fields": [
      {
        "id": "0192c64c-0e18-7666-b760-a4e5832e7f35",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c64c-0e18-7666-b760-ac914aee034d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0192c64c-0e18-7666-b760-b725f87b4f7d",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019bdc62-bf35-730b-b02d-c9c9f391b398",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jeff&slug=test",
      "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."
    }
  }
}