{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "daigonesports",
  "slug": "",
  "url": "https://ro.am/daigonesports/",
  "displayUrl": "ro.am/daigonesports",
  "name": "DAIGON Esports Discovery Call",
  "description": "Learn how esports can unlock future skills, inclusion, and future success for your students. ",
  "descriptionMarkdown": "Learn how esports can unlock future skills, inclusion, and future success for your students. ",
  "organization": {
    "name": "Daigon"
  },
  "hosts": [
    {
      "name": "Adam Holmes",
      "imageUrl": "https://ro.am/card-images/77937009-5913-4f8f-9909-e95689c91997"
    },
    {
      "name": "Elliot Mack",
      "imageUrl": "https://ro.am/card-images/1a03b535-5e4e-4f15-99ca-149b5c5e5445"
    },
    {
      "name": "David Higginson",
      "imageUrl": "https://ro.am/card-images/551ccd35-701e-4c88-ac8f-75813215af66"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      20,
      45
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0192c649-0ee5-7556-b02c-17135905e92a",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c649-0ee5-7556-b02c-181995c18c92",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019d1a7d-08a8-70ea-941f-08bb745e5d93",
        "name": "School Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199a405-d2af-778b-9d35-1877eb1c92e6",
        "name": "Where did you hear about DAIGON?",
        "type": "dropdown",
        "required": false,
        "options": [
          {
            "id": "0199a404-dba3-71fb-87ec-11693cc00f98",
            "label": "DAIGON Email"
          },
          {
            "id": "0199a407-43e0-74bd-a959-f66b6be906ec",
            "label": "Conference"
          },
          {
            "id": "0199a404-dba3-71fb-87ec-166ffb9a3a07",
            "label": "Association Competition"
          },
          {
            "id": "0199a404-dba3-71fb-87ec-19670c0ca5d7",
            "label": "LinkedIn"
          },
          {
            "id": "0199a405-91e6-76fb-8bcb-38f041ff773a",
            "label": "Referral"
          },
          {
            "id": "0199a405-a230-757c-bc58-5b0b6b5f19e4",
            "label": "Other"
          }
        ]
      },
      {
        "id": "0192c649-0ee5-7556-b02c-27a7d2499e20",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019dd8a4-8aa6-76c7-ac5f-925c0f4dfed0",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=daigonesports&slug=",
      "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."
    }
  }
}