{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "militia.marketing",
  "slug": "salt",
  "url": "https://ro.am/militia.marketing/salt",
  "displayUrl": "ro.am/militia.marketing/salt",
  "name": "Salt",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Militia"
  },
  "hosts": [
    {
      "name": "Father Narwhal",
      "imageUrl": "https://ro.am/card-images/0e34847e-3b19-44ce-b6a6-e63dea199770"
    },
    {
      "name": "MILK MAN",
      "imageUrl": "https://ro.am/card-images/36717515-9801-4e7c-b3ff-8f160d20e722"
    },
    {
      "name": "Noah Zook",
      "imageUrl": "https://ro.am/card-images/a0cf673a-3009-40c0-8a27-0809c334b169"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZrK9XHVdIWDCc8OwF5xCg/-Pph5eNjHFt9LhI924anPQ",
  "bookingForm": {
    "fields": [
      {
        "id": "019acaf5-71d6-770c-8d95-2b1f1d2ec84c",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019acaf5-71d6-770c-8d95-2fc3f19e705b",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019acaf5-71d6-770c-8d95-309779f34bf8",
        "name": "Favorite Book",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=militia.marketing&slug=salt",
      "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."
    }
  }
}