{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "putmeon",
  "slug": "",
  "url": "https://ro.am/putmeon/",
  "displayUrl": "ro.am/putmeon",
  "name": "David's Lobby",
  "description": "READ THIS BEFORE MAKING AN APPOINTMENT.IMPORTANT: If you are going to attend from your phone be sure to download the Roam app so you could connect to the meeting.",
  "descriptionMarkdown": "READ THIS BEFORE MAKING AN APPOINTMENT.IMPORTANT: If you are going to attend from your phone be sure to download the Roam app so you could connect to the meeting.",
  "organization": {
    "name": "Put Me On Inc."
  },
  "hosts": [
    {
      "name": "David Glover",
      "imageUrl": "https://ro.am/card-images/7bade11a-20e5-4bac-a07b-b8498332b743"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZB1iXoIdV-xp8_d96fdVg/HLwuBfbbN2vAAXBSvvmL1w",
  "bookingForm": {
    "fields": [
      {
        "id": "0192c648-3ac1-7556-af81-73ee02f583c3",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-3ac1-7556-af81-7fadb36a8835",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0192ddd1-659a-788b-9ebe-85531f371c50",
        "name": "Artist Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192ddcc-baac-788b-9ebe-3d35f2c330cf",
        "name": "Cell number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0192ddd0-4d12-788b-9ebe-56e4ddb55b9a",
        "name": "Reason for meeting?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "0192ddcd-5a0b-7cce-a200-19f57508f530",
            "label": "Speak about membership"
          },
          {
            "id": "01958751-ce42-75ac-9942-54d8568aca7a",
            "label": "Create Content (already a member (must be booked at least a day prior)"
          },
          {
            "id": "0197b3f6-bba6-703b-8a36-4a9376198a8a",
            "label": "Book a recording session (must be booked at least a day prior and put how many hours you want in the notes)"
          },
          {
            "id": "0192ddcd-5a0b-7cce-a200-234d8c590a7c",
            "label": "Song roll out (already a member)"
          },
          {
            "id": "0192ddcd-5a0b-7cce-a200-2f2583c5bbe2",
            "label": "Consultatiom (already a member)"
          },
          {
            "id": "0192ddcf-afce-7cce-a200-3239dc9481cf",
            "label": "Other (write reason in notes)"
          }
        ]
      },
      {
        "id": "0192c648-3ac1-7556-af81-83d0c05fd72a",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=putmeon&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."
    }
  }
}