{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "TeamTitleGuy",
  "slug": "",
  "url": "https://ro.am/TeamTitleGuy/",
  "displayUrl": "ro.am/TeamTitleGuy",
  "name": "Meet with Ryan Orr, Vice President  at Fidelity National Title",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Fidelity National Title"
  },
  "hosts": [
    {
      "name": "Ryan J Orr",
      "imageUrl": "https://ro.am/card-images/4a00ef1d-9c40-4484-ad7f-070198f2cca5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ1AWb1QdIqs9GcAUg2KIQ/ohptVN8E78hj5Fyy93ZtOw",
  "bookingForm": {
    "fields": [
      {
        "id": "019d4059-bd50-748a-acf4-7224993f5aa3",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d4059-bd50-748a-acf4-74526090535e",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019d4059-bd50-748a-acf4-7afecc131684",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019d4073-1f0b-750a-bd61-b22982b1e60b",
        "name": "How would you like to meet? ",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019d4072-ea55-7278-a25d-1a61542333bb",
            "label": "Virtual "
          },
          {
            "id": "019d4072-ea55-7278-a25d-1e8cbd1e5023",
            "label": "In Person "
          }
        ]
      },
      {
        "id": "019d4073-59f3-730f-b2fe-3449219b31b0",
        "name": "Where you you like to meet? ",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019d4609-1e9b-77a7-9944-06ff939c9cec",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=TeamTitleGuy&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."
    }
  }
}