{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jason-curella",
  "slug": "lobby-2",
  "url": "https://ro.am/jason-curella/lobby-2",
  "displayUrl": "ro.am/jason-curella/lobby-2",
  "name": "Call with Jason Curella, CGO at Vreeland Real Estate",
  "description": "I look forward to connecting with you! \n\nI'll be calling from 813.945.4236\n\nTalk soon,\n\nJason",
  "descriptionMarkdown": "I look forward to connecting with you! \n\nI'll be calling from 813.945.4236\n\nTalk soon,\n\nJason",
  "organization": {
    "name": "Vreeland Real Estate"
  },
  "hosts": [
    {
      "name": "Jason Curella",
      "imageUrl": "https://ro.am/card-images/80d5ad5e-b93d-4204-91c9-6feac03d597c"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019b7090-a1e5-72d8-b0d4-42d49eb35431",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b7090-a1e5-72d8-b0d4-46735b1266b9",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019b7090-a1e5-72d8-b0d4-4a8d205f625e",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019b7098-07ac-748e-974c-8d49f4bdfc2c",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019b709a-8225-768d-99db-34b9051c1aec",
        "name": "How long have you had your real estate license?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b709c-2a43-734b-9de2-f515acd7f037",
        "name": "How many transactions have you closed in the last 12 months?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b70a1-080e-7519-8921-fe9725e929ea",
        "name": "What county or counties do you transact in?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b70a1-e61a-758e-a73c-05e820d4e302",
        "name": "What REALTOR board are you affiliated with?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019b7108-ef6c-745f-81d3-fa1cbc602cfd",
        "name": "What is your goal in real estate over the next 12 months? ",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jason-curella&slug=lobby-2",
      "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."
    }
  }
}