{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "project",
  "slug": "",
  "url": "https://ro.am/project/",
  "displayUrl": "ro.am/project",
  "name": "Meet with Jeremy Debarros",
  "description": "This meeting will take place in Jeremy's new digital conference room, an interactive video call powered by a state-of-the-art web-based platform. No app download required. Simply click join on the web in the private link sent to your email.",
  "descriptionMarkdown": "This meeting will take place in Jeremy's new digital conference room, an interactive video call powered by a state-of-the-art web-based platform. No app download required. Simply click join on the web in the private link sent to your email.",
  "organization": {
    "name": "HQ"
  },
  "hosts": [
    {
      "name": "Jeremy Debarros",
      "imageUrl": "https://ro.am/card-images/4302dba2-4770-4224-ac85-d2b8a047c91b"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZy-awwRcuai9jHQ9ajlyA/qO2GGRoAM-iTmZd-C1r0ww",
  "bookingForm": {
    "fields": [
      {
        "id": "019cbe6b-0c11-72e6-a2f6-3cac7563ae73",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cbe6b-0c11-72e6-a2f6-43de711e9579",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019d1dfd-49e8-729b-8804-0acc3c8ec681",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019ceabd-e813-7357-b942-f123a0703859",
        "name": "Practice / Brand Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d1d9e-279a-755a-aa7a-8d46786db944",
        "name": "What is your website URL?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ceabf-106c-7499-9ffa-0dde33965f31",
        "name": "Is this your first call with Kaerwell?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019ceabe-9391-7505-a437-61e58b95545b",
            "label": "Yes"
          },
          {
            "id": "019ceabe-9391-7505-a437-65df56490771",
            "label": "No"
          }
        ]
      },
      {
        "id": "019ceac0-aecd-7008-886d-0dc0664a3bb1",
        "name": "How did you hear about Kaerwell?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019ceac5-51f9-70ed-a977-c6c23b20786d",
        "name": "Briefly describe your goal for this call",
        "type": "text",
        "required": true
      },
      {
        "id": "019ceac6-a279-72db-a3ed-be9073ab8ba3",
        "name": "Are you currently shipping from your practice?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019ceac6-7156-71aa-a9e4-6085ecd23c95",
            "label": "Yes"
          },
          {
            "id": "019ceac6-7156-71aa-a9e4-64189dc295b2",
            "label": "No"
          }
        ]
      },
      {
        "id": "019ceac7-f335-71f2-91ce-89e7b8e22aed",
        "name": "If Yes, how many orders per month?",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019cbe6b-0c11-72e6-a2f6-46d645075d95",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=project&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."
    }
  }
}