{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "ariel-lau",
  "slug": "",
  "url": "https://ro.am/ariel-lau/",
  "displayUrl": "ro.am/ariel-lau",
  "name": "Free consultation",
  "description": "Book a free consultation with one of Millie's University Guidance Coaches. Receive a 100% customized roadmap to guide you in your university and early career navigation journey.",
  "descriptionMarkdown": "Book a free consultation with one of Millie's University Guidance Coaches. Receive a 100% customized roadmap to guide you in your university and early career navigation journey.",
  "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/AZHGsjh0cA-QdRei32NIYw/-zWLHrMYsl0MzM8_irykrw",
  "bookingForm": {
    "fields": [
      {
        "id": "0192c648-fd66-7556-b01c-b26445077ebf",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-fd66-7556-b01c-b9783d226ca0",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01996286-bd11-7571-9342-e460858493ad",
        "name": "Whatsapp number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0192c648-fd66-7556-b01c-c2754d235b9f",
        "name": "Are you a...",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "01996287-1cdf-71cc-b235-b48c5ea1ddc9",
            "label": "Student"
          },
          {
            "id": "01996287-1ce0-740e-ad24-fa6774c555f1",
            "label": "Parent"
          },
          {
            "id": "01996287-1ce0-740e-ad24-fca4a291f037",
            "label": "School"
          }
        ]
      },
      {
        "id": "01996288-1488-73bb-9c7c-9b57a0ef60f2",
        "name": "School",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01996288-6ddb-7646-bea7-85e63450eb0f",
        "name": "School curriculum",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "01996288-4891-752d-bb63-569791931558",
            "label": "IB"
          },
          {
            "id": "01996288-4891-752d-bb63-5945150a269c",
            "label": "AP"
          },
          {
            "id": "01996288-4891-752d-bb63-5f599f370ec5",
            "label": "A-Level"
          },
          {
            "id": "01996288-5f03-774c-9a3b-0c4d0a0e0be3",
            "label": "Other"
          }
        ]
      },
      {
        "id": "01996288-ecae-736f-8189-b695762dfcb5",
        "name": "High school graduation year",
        "type": "short_text",
        "required": false
      },
      {
        "id": "01996289-757e-70be-b652-b3b76fcc5c2e",
        "name": "Please share anything that will help prepare for our meeting. This may include university admissions, SAT prep, academic mentoring assistance etc.",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=ariel-lau&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."
    }
  }
}