{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "jason-curella",
  "slug": "lobby-3",
  "url": "https://ro.am/jason-curella/lobby-3",
  "displayUrl": "ro.am/jason-curella/lobby-3",
  "name": "Chat with Jason Curella, CGO at 14 Days to Close",
  "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": "019bb430-f9f4-763f-8e16-a508b5126039",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019bb430-f9f4-763f-8e16-a8d58a53fa47",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019bb430-f9f4-763f-8e16-aecead69197c",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e2bbb-56ff-73e9-86d4-72e7451039b0",
        "name": "Phone Number",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e2bbc-063e-7791-9ef4-1333afb7d230",
        "name": "How long have you had your MLO license?",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e2bbd-a619-7569-a80f-605ac61d7b77",
        "name": "What is your year to date production in terms of $ volume and units closed?",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e2bbe-2fe5-72e9-a995-e781281658ac",
        "name": "Do you reside in the Tampa Bay area?",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e2bbe-6410-75f8-8456-687b16ae0abc",
        "name": "What is your goal in the next 12 months?",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=jason-curella&slug=lobby-3",
      "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."
    }
  }
}