{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "dirk-swart",
  "slug": "",
  "url": "https://ro.am/dirk-swart/",
  "displayUrl": "ro.am/dirk-swart",
  "name": "Meet with Dirk Swart , Content creator  at Eventors",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Eventors"
  },
  "hosts": [
    {
      "name": "Dirk Swart ",
      "imageUrl": "https://ro.am/card-images/f9f30e75-e76b-494a-800a-765984ec8d08"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZnD219DccqcvyOypJwbpg/f3uwpCFmwrFW6akei6hsIQ",
  "bookingForm": {
    "fields": [
      {
        "id": "0199c3db-5f43-71ca-9cbf-2e3c92cac04b",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199c3db-5f43-71ca-9cbf-30d13a8f67c0",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199c3db-5f43-71ca-9cbf-3603c8c6d496",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=dirk-swart&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."
    }
  }
}