{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "dory-aine",
  "slug": "",
  "url": "https://ro.am/dory-aine/",
  "displayUrl": "ro.am/dory-aine",
  "name": "Meet with Dory Aine, Co-Founder at D&J Contractor Marketing",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "D&J Contractor Marketing"
  },
  "hosts": [
    {
      "name": "Dory Aine",
      "imageUrl": "https://ro.am/card-images/7232148d-951c-4db3-81d0-87042d2c6b9d"
    },
    {
      "name": "Josh Cohn",
      "imageUrl": "https://ro.am/card-images/c394ad9b-3c9e-4734-a451-4636c106dfe8"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ5LHchndvu-y-1GGtvQ2Q/UrMHcpCGLTNgaBj5f3aaJA",
  "bookingForm": {
    "fields": [
      {
        "id": "019e4b1d-c867-76fb-becb-f909b8defee5",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e4b1d-c867-76fb-becb-fd319a0b8e20",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e514f-a021-73b4-b219-c8e9eca50ee0",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019e4b1d-c867-76fb-becc-012793f55987",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=dory-aine&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."
    }
  }
}