{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "meganking",
  "slug": "discoverflyforward",
  "url": "https://ro.am/meganking/discoverflyforward",
  "displayUrl": "ro.am/meganking/discoverflyforward",
  "name": "Fly Forward | Discovery",
  "description": "Thanks for your interest in Fly Forward. We'll use this session to learn about your team, how you're managing your lease and asset operations today, and what you'd want out of a platform.",
  "descriptionMarkdown": "Thanks for your interest in Fly Forward. We'll use this session to learn about your team, how you're managing your lease and asset operations today, and what you'd want out of a platform.",
  "organization": {
    "name": "Zeevo Group"
  },
  "hosts": [
    {
      "name": "Megan King",
      "imageUrl": "https://ro.am/card-images/5c76f351-ae44-4f42-83b1-fd9188c6aade"
    },
    {
      "name": "Dara Weston",
      "imageUrl": "https://ro.am/card-images/24dd6cd2-109f-424f-b5be-c88bb5a66700"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0197eb86-35ff-72eb-b91c-0db97f163f00",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197eb86-35ff-72eb-b91c-13b6ebefc9a9",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0197eb9d-5cc3-733d-9d71-8e059e174f2e",
        "name": "Job Title",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197eb9c-93d3-767f-b899-cb4f929e03da",
        "name": "Company Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197eb99-42dd-742f-8dab-edfce3e56733",
        "name": "Company Type",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "0197eb98-0117-70d4-adf0-8d41c64e98dc",
            "label": "Aircraft Leasing Company"
          },
          {
            "id": "0197eb98-cb1e-7224-b988-f9b8f25f7f08",
            "label": "Engine Leasing Company"
          },
          {
            "id": "0197eb98-0117-70d4-adf0-90bb7db3b757",
            "label": "Asset Management Firm"
          },
          {
            "id": "0197eb98-0117-70d4-adf0-97e27a00ed80",
            "label": "Airline"
          },
          {
            "id": "0197eb98-5e57-738a-9889-d3047904c0fa",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019de42a-82e9-711d-9c96-db33accdc221",
        "name": "Company Website (or LinkedIn)",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197eb9b-d3b1-71b6-81e1-bc6467a7f5b4",
        "name": "What aspects are you looking for? (Select all that apply)",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "0197eb9a-359e-7344-84d6-2be2ee2cf3ee",
            "label": "Lease Management"
          },
          {
            "id": "0197eb9a-359e-7344-84d6-2e15c5be32e8",
            "label": "Asset Management"
          },
          {
            "id": "0197eb9a-89d8-7521-97de-e5ad1955e1d7",
            "label": "Deal Management"
          },
          {
            "id": "0197eb9a-359e-7344-84d6-32f798401b7e",
            "label": "Forecasting"
          },
          {
            "id": "0197eb9b-3267-707c-af65-ebb601888a5f",
            "label": "Other"
          }
        ]
      },
      {
        "id": "0197eba4-6495-72ba-8163-512b1829bcf4",
        "name": "What lease/asset system are you currently using to manage your fleet?",
        "type": "text",
        "required": true
      },
      {
        "id": "0197eba6-211a-749e-a21f-21ec76ad3e07",
        "name": "What are your pain points with your existing system?",
        "type": "text",
        "required": true
      },
      {
        "id": "019d88ac-586e-73e7-acd0-b526a3924dc4",
        "name": "How many assets are in your fleet?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197eb86-35ff-72eb-b91c-162720214a16",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=meganking&slug=discoverflyforward",
      "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."
    }
  }
}