{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "LionDevelopers",
  "slug": "collab30",
  "url": "https://ro.am/LionDevelopers/collab30",
  "displayUrl": "ro.am/LionDevelopers/collab30",
  "name": "30M Develop Kickoff",
  "description": "A 30-minute meet and greet to identify collaboration and outline clear next steps for Real Estate Development.",
  "descriptionMarkdown": "A 30-minute meet and greet to identify collaboration and outline clear next steps for Real Estate Development.",
  "organization": {
    "name": "Lion Developers"
  },
  "hosts": [
    {
      "name": "Juda Glick",
      "imageUrl": "https://ro.am/card-images/2731cdce-1b8a-41fc-928c-81ab7c4f15e5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019cab7e-2b90-71f9-8edf-62bf821687c1",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cab7e-2b90-71f9-8edf-671b6e7ed85c",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019cab7f-ec0f-724d-adb1-35474f09b0dd",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019cab82-f631-7372-b3fc-ff9ab4faea2d",
        "name": "Company Name",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019cab83-a3e8-7017-8ca3-31b5b0b8706e",
        "name": "Company Type",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cab84-74c3-773d-9aee-68de0a200b29",
        "name": "Position & Title",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cab7e-2b90-71f9-8edf-698d18863b9e",
        "name": "How can we collaborate?",
        "type": "text",
        "required": true
      },
      {
        "id": "019cab86-765f-7097-bc7a-5d117e0c62ee",
        "name": "What's your timeline?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019cab85-a5dc-72e2-937b-3bf9c1f8044c",
            "label": "ASAP"
          },
          {
            "id": "019cab85-a5dc-72e2-937b-3f6e7efe8e1a",
            "label": "30-60 days"
          },
          {
            "id": "019cab85-a5dc-72e2-937b-40b501376c19",
            "label": "60-90 days"
          },
          {
            "id": "019cab85-eec9-76f6-8b98-fb10b741ebc1",
            "label": "In the future"
          },
          {
            "id": "019cab86-244f-778e-8486-e034a5b52f26",
            "label": "Just Exploring"
          }
        ]
      },
      {
        "id": "019cf8c5-c304-72ef-8cc6-7c4a39374ec2",
        "name": "Notes",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=LionDevelopers&slug=collab30",
      "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."
    }
  }
}