{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "peter",
  "slug": "orientation",
  "url": "https://ro.am/peter/orientation",
  "displayUrl": "ro.am/peter/orientation",
  "name": "Roam Full Team Orientation",
  "description": "This is a 45-minute guided tour and orientation for your whole company covering all the room types and features of Roam. We will hold it in your company's new virtual office. In advance of the Orientation, everyone will receive an account login and instructions to join by email.",
  "descriptionMarkdown": "This is a 45-minute guided tour and orientation for your whole company covering all the room types and features of Roam. We will hold it in your company's new virtual office. In advance of the Orientation, everyone will receive an account login and instructions to join by email.",
  "organization": {
    "name": "Roam HQ"
  },
  "hosts": [
    {
      "name": "Peter Lerman",
      "imageUrl": "https://ro.am/card-images/8c374742-3dd0-4910-9fbf-c6fe2c8050b7"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0192c64c-0651-7666-b759-24572452abaf",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c64c-0651-7666-b759-2f8553417b07",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0192df05-1c4c-788b-9ec6-9d25ac4426dc",
        "name": "Company Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192df08-8120-788b-9ec7-41c7ac070988",
        "name": "How many people will attend?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "0192df07-2e32-7449-a555-40f16f36e247",
            "label": "5-10"
          },
          {
            "id": "0192df07-2e32-7449-a555-4cebb7322e03",
            "label": "11-25"
          },
          {
            "id": "0192df07-2e32-7449-a555-532cd8f7bd4e",
            "label": "26-50"
          },
          {
            "id": "0192df07-974b-7449-a555-73f98367b696",
            "label": "51-75"
          },
          {
            "id": "0196d91a-9015-743b-b240-f9ba62d56a28",
            "label": "75+"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=peter&slug=orientation",
      "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."
    }
  }
}