{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jay",
  "slug": "",
  "url": "https://ro.am/jay/",
  "displayUrl": "ro.am/jay",
  "name": "Jay's Lobby",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Roam HQ"
  },
  "hosts": [
    {
      "name": "Jay Sheets 🎥",
      "imageUrl": "https://ro.am/card-images/6c1608db-6d8e-4598-b9d7-2a31186f554a"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AY_GUtyHeDGDtCo24xrSXg/Szl8a3Vr-mHw-VQk-jitqA",
  "bookingForm": {
    "fields": [
      {
        "id": "0192c64b-e3c1-7666-b739-d7d1b6364ed9",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c64b-e3c2-7666-b739-db5bdad2810a",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0192c64b-e3c2-7666-b739-e73508bd3e7a",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0192d4e1-2442-722e-bf89-901171ba5108",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "0192d4e4-f963-722e-bf89-c36a8a51a566",
        "name": "Who ya gonna call?",
        "type": "dropdown",
        "required": false,
        "options": [
          {
            "id": "0192d4e4-d9f7-7114-92ff-4be371e20b60",
            "label": "Ghostbusters"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jay&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."
    }
  }
}