{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "bugolini",
  "slug": "free-consultation",
  "url": "https://ro.am/bugolini/free-consultation",
  "displayUrl": "ro.am/bugolini/free-consultation",
  "name": "Meet with Beatrice Ugolini at MILLIE",
  "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": "Beatrice Ugolini",
      "imageUrl": "https://ro.am/photos/people/member.png"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019ce5da-c828-77c8-a2dd-e7542a22d6d4",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ce5da-c828-77c8-a2dd-e84b28d51d59",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019ce5db-cc71-708c-a6b6-ee91fbd6b18c",
        "name": "WhatsApp Number",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ce5dc-4aaf-76ed-8d65-1de1a90ee002",
        "name": "Are you a...",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019ce5dc-2589-7708-9c23-37a4b8a8b7ef",
            "label": "Student"
          },
          {
            "id": "019ce5dc-2589-7708-9c23-397ce6f4b046",
            "label": "Parent"
          },
          {
            "id": "019ce5dc-2589-7708-9c23-3c18b1051cb8",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019ce5dc-c604-714d-839f-10ea81cce7d9",
        "name": "School",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ce5dc-e521-7634-9dcf-4dc67afcfaa3",
        "name": "High School Graduation Year",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ce5dd-c60e-72dd-9fa2-156be68337ba",
        "name": "Please share anything that will help prepare for our meeting.\nThis may include university admissions, SAT prep, academic mentoring assistance\netc",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=bugolini&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."
    }
  }
}