{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "sham-wickramasooriya",
  "slug": "",
  "url": "https://ro.am/sham-wickramasooriya/",
  "displayUrl": "ro.am/sham-wickramasooriya",
  "name": "Meet with Sham Wickramasooriya at 4 Business",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "4 Business"
  },
  "hosts": [
    {
      "name": "Sham Wickramasooriya",
      "imageUrl": "https://ro.am/card-images/98842d65-65dc-4954-8761-de385d03a6fd"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZnF4fpXdzyUH-zd83lAWg/aJanpUJxwx62R-4upr9pMw",
  "bookingForm": {
    "fields": [
      {
        "id": "0199c5e1-fa58-7697-9474-7a9e77842950",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199c5e1-fa58-7697-9474-7f19609bf384",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199c5e1-fa58-7697-9474-817a9926d400",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=sham-wickramasooriya&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."
    }
  }
}