{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "cecilia-cielo",
  "slug": "",
  "url": "https://ro.am/cecilia-cielo/",
  "displayUrl": "ro.am/cecilia-cielo",
  "name": "Meet with Cecilia Cielo at Tukki",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Tukki"
  },
  "hosts": [
    {
      "name": "Cecilia Cielo",
      "imageUrl": "https://ro.am/card-images/08e49388-61dc-4e06-8288-d8e7b65342b7"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZnDzft0cKiLVa2VTnXp-w/0w03dGXHqqN02c1FQj14Ig",
  "bookingForm": {
    "fields": [
      {
        "id": "0199c3cd-fb74-70a8-8b55-bbf2ce9805eb",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199c3cd-fb74-70a8-8b55-bef99a373b9a",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199c3cd-fb74-70a8-8b55-c0c4b4010c09",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=cecilia-cielo&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."
    }
  }
}