{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jessdoesmortgages",
  "slug": "",
  "url": "https://ro.am/jessdoesmortgages/",
  "displayUrl": "ro.am/jessdoesmortgages",
  "name": "Meet with Jess Dusome, Mortgage Broker at BRX Mortgage",
  "description": "During your Discovery Call, we'll discuss the details of your situation and what you're hoping for. There's no need to prepare anything for this meeting—I'll outline next steps at the end of our call! \n",
  "descriptionMarkdown": "During your Discovery Call, we'll discuss the details of your situation and what you're hoping for. There's no need to prepare anything for this meeting—I'll outline next steps at the end of our call! \n",
  "organization": {
    "name": "BRX Mortgage"
  },
  "hosts": [
    {
      "name": "Jess Dusome",
      "imageUrl": "https://ro.am/card-images/37952ec5-0fe3-4921-ae45-b9d3fb32f09e"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0197f03e-8271-74ef-bd6b-128467a38856",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197f03e-8271-74ef-bd6b-16f2832bbb95",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199c944-0d82-73ef-8acb-ba4e87ebee7d",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0197f03e-8271-74ef-bd6b-18e51bcde78e",
        "name": "How would you like to connect?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "0199c954-7db8-72ff-9250-4452312f6c7c",
            "label": "Phone Call"
          },
          {
            "id": "0199c954-7db8-72ff-9250-4a2238f9b133",
            "label": "Virtual Meeting"
          }
        ]
      },
      {
        "id": "0199c954-fa8c-715c-b9cc-575ec055121d",
        "name": "Anything I should know before we meet?",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jessdoesmortgages&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."
    }
  }
}