{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jennaharvey",
  "slug": "designin30",
  "url": "https://ro.am/jennaharvey/designin30",
  "displayUrl": "ro.am/jennaharvey/designin30",
  "name": "Your Design in 30",
  "description": "Includes\n30-minute private session\nSummary Report\n\nInvestment: $55\nAn invoice will be sent after your appointment. Payment by e-transfer upon receipt it info@wildchildgroup.com ",
  "descriptionMarkdown": "Includes\n30-minute private session\nSummary Report\n\nInvestment: $55\nAn invoice will be sent after your appointment. Payment by e-transfer upon receipt it info@wildchildgroup.com ",
  "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": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019e8d7c-c580-74ff-ab6f-aa6277a6bac2",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-aeb62603712d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-b33f05c97f64",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-b7ca724cf6db",
        "name": "Date of Birth\nMM / DD / YYYY",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-b99dabf9f675",
        "name": "Time of birth (if known)",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-bf5c9a453254",
        "name": "City & Country of Birth",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e8d7c-c580-74ff-ab6f-c238f1c40580",
        "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": "019e8d7c-c580-74ff-ab6f-c55b63a643ba",
        "name": "What brings you to a Human Design session right now?",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jennaharvey&slug=designin30",
      "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."
    }
  }
}