{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "mollyg",
  "slug": "k12",
  "url": "https://ro.am/mollyg/k12",
  "displayUrl": "ro.am/mollyg/k12",
  "name": "Meet with Molly Goins (Erdle) at Secondslide",
  "description": "Thank you for visiting us in our Secondslide virtual office space. We look forward to learning about your program!",
  "descriptionMarkdown": "Thank you for visiting us in our Secondslide virtual office space. We look forward to learning about your program!",
  "organization": {
    "name": "Secondslide"
  },
  "hosts": [
    {
      "name": "Molly Goins (Erdle)",
      "imageUrl": "https://ro.am/card-images/8486fd6e-8dce-4147-baec-3084105c9642"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZc8NX4rc7-OCHVH2e4EAg/RGTQb6iNpl_cwRYQvdo66A",
  "bookingForm": {
    "fields": [
      {
        "id": "01973c35-7e2c-71dc-83ee-5d1ed294b834",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01973c35-7e2c-71dc-83ee-63097d8f62a5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01973c35-7e2c-71dc-83ee-650938952f18",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "01973c39-2720-709f-809d-9acbf9cb77da",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=mollyg&slug=k12",
      "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."
    }
  }
}