{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "redesign-llc",
  "slug": "connect",
  "url": "https://ro.am/redesign-llc/connect",
  "displayUrl": "ro.am/redesign-llc/connect",
  "name": "Meet reDesign",
  "description": "We're excited to discuss your goals and ways we can partner with you. We'll be meeting on the Roam platform, which might be new to you. No worries! You can join via a web link without downloading anything. (Downloading the Roam app will give you more interface options; however, this is not needed for our meeting.)",
  "descriptionMarkdown": "We're excited to discuss your goals and ways we can partner with you. We'll be meeting on the Roam platform, which might be new to you. No worries! You can join via a web link without downloading anything. (Downloading the Roam app will give you more interface options; however, this is not needed for our meeting.)",
  "organization": {
    "name": "reDesign LLC"
  },
  "hosts": [
    {
      "name": "Antonia Rudenstine",
      "imageUrl": "https://ro.am/card-images/a6ca5ab5-2e02-494c-97b9-42dd3d7f13a4"
    },
    {
      "name": "Vicky Kim",
      "imageUrl": "https://ro.am/card-images/72eeff28-7e08-4ca4-a511-26d1a0333bc4"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019a9745-390e-74ca-8683-62e141d48bd7",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019a9745-390e-74ca-8683-64e8bb79dc34",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019ed0cf-1621-72fa-a72f-d8ec7c94ae75",
        "name": "Your Role and Organization",
        "type": "text",
        "required": true
      },
      {
        "id": "019a9745-390e-74ca-8683-6b6919517e95",
        "name": "Notes",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=redesign-llc&slug=connect",
      "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."
    }
  }
}