{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "doron-gez",
  "slug": "",
  "url": "https://ro.am/doron-gez/",
  "displayUrl": "ro.am/doron-gez",
  "name": "Meet with Doron Gez at Waltz Inc.",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Waltz Inc."
  },
  "hosts": [
    {
      "name": "Doron Gez",
      "imageUrl": "https://ro.am/card-images/53f93853-8474-4bab-a234-e18f00e2abab"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZz_2LL9dUKgbPlS4rBPMA/VILZ1invqSS0OHPoinrliQ",
  "bookingForm": {
    "fields": [
      {
        "id": "019cffd8-b2fd-7542-a06d-06446e9e913d",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cffd8-b2fd-7542-a06d-09a1603aa86d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019cffd8-b2fd-7542-a06d-0f5a9eda79b7",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=doron-gez&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."
    }
  }
}