{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "ariel-lau",
  "slug": "school",
  "url": "https://ro.am/ariel-lau/school",
  "displayUrl": "ro.am/ariel-lau/school",
  "name": "Meet with Ariel Lau at Millie",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "MILLIE"
  },
  "hosts": [
    {
      "name": "Ariel Lau",
      "imageUrl": "https://ro.am/card-images/5eb247b6-f967-4893-abf1-ec9d27bdcb0d"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZjBLqQidvCGOb9brsU13g/jTVn8XphE2ZqcAQsBbGeFg",
  "bookingForm": {
    "fields": [
      {
        "id": "0198c12e-a423-72a8-b224-aff5e2b8eef1",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198c12e-a423-72a8-b224-b34e8a1d465b",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0198c149-4442-71a2-ba98-d9796de38ae1",
        "name": "Your Title",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0198c148-c2b3-75f9-9aa8-5bf44e725a6c",
        "name": "School Name",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0198c12e-a423-72a8-b224-b7d8bf76ed9c",
        "name": "Please share anything that will help prepare for our meeting.",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019f8d6b-6fc8-757f-99a2-5a90da2f22dc",
        "name": "How did you hear about MILLIE? ",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019f8d6a-c2b5-74db-b6cf-6b70a405e981",
            "label": "MILLIE Email"
          },
          {
            "id": "019f8d6a-c2b5-74db-b6cf-6d29ba8d7d55",
            "label": "LinkedIn"
          },
          {
            "id": "019f8d6a-c2b5-74db-b6cf-700a4fb48a49",
            "label": "Instagram"
          },
          {
            "id": "019f8d6b-0c68-738b-9e9b-4a644b97da70",
            "label": "MILLIE Website"
          },
          {
            "id": "019f8d6b-1f1d-728c-9927-603224501d9b",
            "label": "Online Event"
          },
          {
            "id": "019f8d6b-3d58-76aa-a14a-3d2612bd2aa0",
            "label": "In-Person Event"
          },
          {
            "id": "019f8d6b-5063-729c-934d-4f70b2eab80d",
            "label": "Referral"
          },
          {
            "id": "019f8d6b-5b1a-717a-8afe-73a88a2f924b",
            "label": "Other"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=ariel-lau&slug=school",
      "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."
    }
  }
}