{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "pat-bennett",
  "slug": "",
  "url": "https://ro.am/pat-bennett/",
  "displayUrl": "ro.am/pat-bennett",
  "name": "Meet with Patricia Bennett, CLTC, President at Longevity Planning",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Longevity Planning"
  },
  "hosts": [
    {
      "name": "Patricia Bennett",
      "imageUrl": "https://ro.am/card-images/0d903fc6-b0ed-4ec9-9232-1d6edc09f96f"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019e27a4-4921-753d-9c14-0e02c6e38ebc",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e27a4-4921-753d-9c14-12b8084ee8ec",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019f2371-11b7-76e9-b2cf-f4463ff53c09",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019f2372-349e-77df-a4f6-aaabbe48b711",
        "name": "What would you like to discuss? ",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019f2371-cd22-7007-91d0-e35be5bf98d3",
            "label": "Long Term Care"
          },
          {
            "id": "019f2371-cd22-7007-91d0-e53c0bb0a4b3",
            "label": "Life Insurance"
          },
          {
            "id": "019f2371-cd22-7007-91d0-ebbbe29ed173",
            "label": "Disability Income"
          },
          {
            "id": "019f2372-1561-756c-8edd-8724bbe6d864",
            "label": "Medicare"
          },
          {
            "id": "019f2372-2370-77e5-961e-a0293c261b02",
            "label": "Dental "
          }
        ]
      },
      {
        "id": "019f2372-a512-7067-9969-fde6154b453b",
        "name": "What is your state of residence?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019f2372-6cb9-7099-98a6-4a4503dfa9b3",
            "label": "New Hampshire"
          },
          {
            "id": "019f2372-6cb9-7099-98a6-4ccaab670ccb",
            "label": "Maine"
          },
          {
            "id": "019f2372-6cb9-7099-98a6-539581452a0b",
            "label": "Massachusetts"
          }
        ]
      },
      {
        "id": "019e27a4-4921-753d-9c14-16d3ce054609",
        "name": "Please share anything that will help prepare for our meeting.",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=pat-bennett&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."
    }
  }
}