{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "rebel-75",
  "slug": "book-a-call",
  "url": "https://ro.am/rebel-75/book-a-call",
  "displayUrl": "ro.am/rebel-75/book-a-call",
  "name": "Book a call with the Rebel 75 Team",
  "description": "Looking to book time with the Rebel team? You're in the right place to get both Tanarra & Jenny at the same time. You have 2 options - 30 or 60 minutes. \nWe look forward to connecting. ",
  "descriptionMarkdown": "Looking to book time with the Rebel team? You're in the right place to get both Tanarra & Jenny at the same time. You have 2 options - 30 or 60 minutes. \nWe look forward to connecting. ",
  "organization": {
    "name": "Rebel 75"
  },
  "hosts": [
    {
      "name": "Tanarra Schneider",
      "imageUrl": "https://ro.am/card-images/301eab63-b05c-4a74-8be6-b34677540fdd"
    },
    {
      "name": "Jenny Richards",
      "imageUrl": "https://ro.am/card-images/f12a0b2c-3e15-49d5-8e87-b6f7349db3c2"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30,
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "01a07d57-ea8d-7650-b4bb-813446799b01",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01a07d57-ea8d-7650-b4bb-845cf58c34ad",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01a07d5a-628a-71e1-8dec-bb1616cde4ae",
        "name": "Which of our services is of interest to you? ",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "01a07d59-2db8-75b3-bb55-f049797ca722",
            "label": "The Spark - Quick Clarity"
          },
          {
            "id": "01a07d59-2db8-75b3-bb55-f4814f0df90e",
            "label": "The Tide - Rhythm Reset"
          },
          {
            "id": "01a07d59-2db8-75b3-bb55-fa07869ca768",
            "label": "The Vanguard - Formation"
          },
          {
            "id": "01a07d5a-271e-745b-9341-a14746d6c9dc",
            "label": "The Forge - Acute Disruption"
          }
        ]
      },
      {
        "id": "01a07d57-ea8d-7650-b4bb-88aa047ea1a2",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=rebel-75&slug=book-a-call",
      "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."
    }
  }
}