{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "clearip-ai",
  "slug": "ipdiscovery",
  "url": "https://ro.am/clearip-ai/ipdiscovery",
  "displayUrl": "ro.am/clearip-ai/ipdiscovery",
  "name": "Clear IP Discovery Call - Team",
  "description": "In this 20-25 minutes call Clear IP helps innovators focus in on the highest impact Intellectual property opportunities. ",
  "descriptionMarkdown": "In this 20-25 minutes call Clear IP helps innovators focus in on the highest impact Intellectual property opportunities. ",
  "organization": {
    "name": "Clear IP "
  },
  "hosts": [
    {
      "name": "Jim Joyce",
      "imageUrl": "https://ro.am/card-images/54b4ea86-a096-4703-aa63-9a1c84c048b8"
    },
    {
      "name": "Dave Griffiths",
      "imageUrl": "https://ro.am/card-images/5e044ad2-310c-42b1-9c80-8ec965b311a6"
    },
    {
      "name": "Fernando Marangoni",
      "imageUrl": "https://ro.am/card-images/819adeed-e7eb-4e14-a4c8-6ed9f6f65be6"
    },
    {
      "name": "Richard Shattock",
      "imageUrl": "https://ro.am/card-images/8866e456-2076-4a89-88f8-695d046939c2"
    },
    {
      "name": "Dáire Mac Craith",
      "imageUrl": "https://ro.am/card-images/96a8d47e-7774-442a-b380-adf00b9b07aa"
    }
  ],
  "duration": {
    "defaultMinutes": 25,
    "optionsMinutes": [
      25
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019e4b1d-2193-716c-89fe-5e7f17ed9db9",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e4b1d-2193-716c-89fe-614aa046c1d3",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e4b1d-2193-716c-89fe-666250a7f23a",
        "name": "Your goal from the call",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e4b27-a1ea-761d-993f-b846441f42d0",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=clearip-ai&slug=ipdiscovery",
      "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."
    }
  }
}