{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "vincentpm",
  "slug": "coffee",
  "url": "https://ro.am/vincentpm/coffee",
  "displayUrl": "ro.am/vincentpm/coffee",
  "name": "Product Coffee with Vincent",
  "description": "Public slots to spend time with the product community :-) ",
  "descriptionMarkdown": "Public slots to spend time with the product community :-) ",
  "organization": {
    "name": "Homeric"
  },
  "hosts": [
    {
      "name": "Vincent Pavero",
      "imageUrl": "https://ro.am/card-images/851da5fb-e859-43ef-9572-7008671e823b"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "01960930-145f-7768-a4fe-fc7cad4096db",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01960930-145f-7768-a4ff-009e3eff8f93",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01960932-6846-7121-a8a0-dbac3eb841a2",
        "name": "What's your role?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "01960931-9cba-7659-aef2-0d84bfee4d8d",
            "label": "Product Manager/Owner"
          },
          {
            "id": "01960931-9cba-7659-aef2-1058abaa7776",
            "label": "Product Leader (Dir/VP/CPO)"
          },
          {
            "id": "01960932-977c-7183-8ee0-7eb05473cd4e",
            "label": "Design"
          },
          {
            "id": "01960931-9cba-7659-aef2-14d1234f24e1",
            "label": "Engineering"
          },
          {
            "id": "01960932-16ed-7769-8c2b-edc7590bc14c",
            "label": "Other"
          }
        ]
      },
      {
        "id": "01960930-145f-7768-a4ff-06ae351b6118",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=vincentpm&slug=coffee",
      "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."
    }
  }
}