{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "erikulin",
  "slug": "officehours",
  "url": "https://ro.am/erikulin/officehours",
  "displayUrl": "ro.am/erikulin/officehours",
  "name": "0600 Office Hours",
  "description": "Free initial consultation to learn about your business and your questions and thinking about the US market.",
  "descriptionMarkdown": "Free initial consultation to learn about your business and your questions and thinking about the US market.",
  "organization": {
    "name": "0600 LLC"
  },
  "hosts": [
    {
      "name": "Erik Ulin",
      "imageUrl": "https://ro.am/card-images/0b23d1d8-2f0e-4a97-9dbc-89b656c7f827"
    }
  ],
  "duration": {
    "defaultMinutes": 25,
    "optionsMinutes": [
      25
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZStbdtZd3uXs8NuZK5qpw/g9z03Fvq95dNCtLeFfj_iQ",
  "bookingForm": {
    "fields": [
      {
        "id": "0194ad6d-db5a-73f7-bef5-a78a3ab58ab3",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194ad6d-db5a-73f7-bef5-ab5a6a2a08e5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0194ad72-2506-77d2-b414-49e3a1cc78bb",
        "name": "Name and website of your company",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194ad6d-db5a-73f7-bef5-ac5b9925eb0c",
        "name": "Specific questions (if any) you'd like to discuss",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=erikulin&slug=officehours",
      "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."
    }
  }
}