{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "studywithmillie",
  "slug": "free-consultation",
  "url": "https://ro.am/studywithmillie/free-consultation",
  "displayUrl": "ro.am/studywithmillie/free-consultation",
  "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/AZLYtKdXf_axANh6Ip2SNg/vLENxq3agUqe1GXEBTPN-Q",
  "bookingForm": {
    "fields": [
      {
        "id": "0192d8b4-a757-7ff6-b100-f467d8c3b08f",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192d8b4-a757-7ff6-b100-fc924c8f21e8",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01930a0a-6757-750e-9476-cf40590c5194",
        "name": "Phone number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "01930a0b-c469-76ea-9327-f7165b85a8ae",
        "name": "Are you a...",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "01930a0b-6d9e-731d-8a36-9b9dfddec610",
            "label": "Student"
          },
          {
            "id": "01930a0b-6d9e-731d-8a36-9e3fc8f7de56",
            "label": "Parent"
          },
          {
            "id": "01930a0b-6d9e-731d-8a36-a03d60b9f874",
            "label": "School Counsellor"
          },
          {
            "id": "01930a0b-8cc5-721b-9e84-74659153b211",
            "label": "Other"
          }
        ]
      },
      {
        "id": "01930a0b-fa26-76f7-b0da-abe25b2ae588",
        "name": "School",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01930a0e-6836-76bd-946c-b6f52d9131d1",
        "name": "School curriculum",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "01930a0e-36b7-711e-9871-f0d9289e289c",
            "label": "IB"
          },
          {
            "id": "01930a0e-36b7-711e-9871-f712ed01aa6a",
            "label": "A Level"
          },
          {
            "id": "01930a0e-36b7-711e-9871-fbce6b8302a8",
            "label": "AP"
          },
          {
            "id": "01930a0e-5216-72fb-bec4-1c22ce238958",
            "label": "Other"
          }
        ]
      },
      {
        "id": "01930a0b-367e-77df-8851-e1e514261467",
        "name": "High School graduation year",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192d8b4-a757-7ff6-b101-0749d2841eba",
        "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=studywithmillie&slug=free-consultation",
      "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."
    }
  }
}