{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jennaharvey",
  "slug": "humandesignsession",
  "url": "https://ro.am/jennaharvey/humandesignsession",
  "displayUrl": "ro.am/jennaharvey/humandesignsession",
  "name": "Human Design Session",
  "description": "Includes\n60-minute private session\nCustom Human Design Document\n\nInvestment: $150\nAn invoice will be sent after your appointment. Payment by e-transfer upon receipt.",
  "descriptionMarkdown": "Includes\n60-minute private session\nCustom Human Design Document\n\nInvestment: $150\nAn invoice will be sent after your appointment. Payment by e-transfer upon receipt.",
  "organization": {
    "name": "Bloom by The Apiary CoWork"
  },
  "hosts": [
    {
      "name": "Jenna (Bush) Harvey",
      "imageUrl": "https://ro.am/card-images/7f06df4c-c810-49a2-8c01-35e7c43fb0ee"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019d696a-8531-777d-929d-6cc8c7f4d00a",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-714eca325902",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-7556017e5a76",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-7891627392f6",
        "name": "Date of Birth\nMM / DD / YYYY",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-7d2b41d7b5b7",
        "name": "Time of birth (if known)",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-83492fc2c7f4",
        "name": "City & Country of Birth",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-8522e0301e8b",
        "name": "Have you had a Human Design session before?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019d6964-0dae-7438-882e-ef554b2cc62d",
            "label": "Yes "
          },
          {
            "id": "019d6964-0dae-7438-882e-f02371ef1369",
            "label": "No"
          },
          {
            "id": "019d6964-0dae-7438-882e-f7c42143a258",
            "label": "A little / self-studied"
          }
        ]
      },
      {
        "id": "019d696a-8531-777d-929d-897e036afd9e",
        "name": "What brings you to a Human Design session right now?",
        "type": "text",
        "required": true
      },
      {
        "id": "019d696a-8531-777d-929d-8c126fe0631a",
        "name": "Is there anything specific you’d like clarity or support around?",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jennaharvey&slug=humandesignsession",
      "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."
    }
  }
}