{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "grainne",
  "slug": "",
  "url": "https://ro.am/grainne/",
  "displayUrl": "ro.am/grainne",
  "name": "Meet with Gráinne Aitken, Clear Sky Mortgages | BRX",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "BRX Mortgage"
  },
  "hosts": [
    {
      "name": "Gráinne Aitken",
      "imageUrl": "https://ro.am/card-images/8bf03d3e-2fb5-4d66-8f85-34172fb6a0a5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ2s0I9Ncp2qG3cMGUaJNw/rY5D6CWBcYnfyKYpTxhyjg",
  "bookingForm": {
    "fields": [
      {
        "id": "019dacd0-8f4d-729d-aa1b-80ffff9afbc2",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019dacd0-8f4d-729d-aa1b-8560ae67e76b",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019dee09-0a41-748f-90fc-9cbfe106d5c9",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019dee25-bbac-740b-a1b6-902cb747f6d6",
        "name": "What's On Your Mind?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019dee24-5719-743c-97bf-724d1fa4c761",
            "label": "Buying My First Home"
          },
          {
            "id": "019dee24-5719-743c-97bf-767d39012352",
            "label": "Buying My Next Home"
          },
          {
            "id": "019dee24-5719-743c-97bf-793dd03a947b",
            "label": "Renewing My Mortgage"
          },
          {
            "id": "019dee24-b102-763c-b766-c893140ec019",
            "label": "Releasing Equity"
          },
          {
            "id": "019dee24-cf28-7415-aaff-c597ceff0a00",
            "label": "Consolidating Debt"
          },
          {
            "id": "019dee24-e61d-7535-b98b-7f0c1d575819",
            "label": "Separation/Spousal Buyout"
          },
          {
            "id": "019dee25-1a2b-758c-a050-c155a35f4e73",
            "label": "Investing in Rental Property"
          },
          {
            "id": "019dee25-6a8d-726d-9c74-6d68efd8f48d",
            "label": "Just Exploring Options"
          },
          {
            "id": "019dee25-9288-730e-818d-2078bb481326",
            "label": "Something Else"
          }
        ]
      },
      {
        "id": "019dee28-8553-77ca-b6dc-4bbd5cedafc8",
        "name": "Tell me a little about your situation or what prompted you to book this call.",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=grainne&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."
    }
  }
}