{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "nadinetalaatmillie",
  "slug": "",
  "url": "https://ro.am/nadinetalaatmillie/",
  "displayUrl": "ro.am/nadinetalaatmillie",
  "name": "Nadine’s Lobby",
  "description": "Book a free consultation with one of Millie's University Guidance Coaches. Receive a 100% customised 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% customised roadmap to guide you in your university and early career navigation journey.",
  "organization": {
    "name": "MILLIE"
  },
  "hosts": [
    {
      "name": "Nadine Talaat",
      "imageUrl": "https://ro.am/card-images/360de1cb-2915-4505-82da-2a29b78aa500"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0192c648-d483-7556-affb-398e0bfbb75d",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-d483-7556-affb-40f0681a111b",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019528e2-8cdf-70cf-9b26-f5b820a2a583",
        "name": "Phone Number",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019528e3-4340-737b-a2b5-d3117a0e0197",
        "name": "Are you a...?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019528e2-f1d0-75d5-b904-acd1f91d312c",
            "label": "Student"
          },
          {
            "id": "019528e2-f1d1-7543-9ee9-5737a999cef9",
            "label": "Parent"
          },
          {
            "id": "019528e2-f1d1-7543-9ee9-5b755f0c0100",
            "label": "School Counsellor"
          },
          {
            "id": "019528e3-2a58-746b-adbb-6f5842e176e3",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019528e3-a93d-776c-b2ad-34a018fd1175",
        "name": "Name and Location of School",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019528e4-34e2-735a-8361-cf4d578c5b41",
        "name": "What is your school curriculum?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019528e3-e8ad-7648-8c27-68b06596c2ff",
            "label": "IB Diploma"
          },
          {
            "id": "019528e3-e8ae-75ac-b361-84e9bb4f696a",
            "label": "A-Levels"
          },
          {
            "id": "019528e3-e8ae-75ac-b361-8bad48085bb6",
            "label": "AP"
          },
          {
            "id": "019528e4-2467-7658-a229-828b654e4b3d",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019528e5-2961-771b-84ad-d005e0cd38ed",
        "name": "High School Graduation Year",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019528e7-8128-7261-9e9b-d15871812a33",
        "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=nadinetalaatmillie&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."
    }
  }
}