{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "otto",
  "slug": "hm",
  "url": "https://ro.am/otto/hm",
  "displayUrl": "ro.am/otto/hm",
  "name": "Planeemos su Luna de Miel",
  "description": "¡Felicidades por su compromiso! \n\nBienvenidos a la oficina virtual de Otto Travel.\nSerá un placer conocerlos y acompañarlos en la creación de recuerdos inolvidables \n\n",
  "descriptionMarkdown": "¡Felicidades por su compromiso! \n\nBienvenidos a la oficina virtual de Otto Travel.\nSerá un placer conocerlos y acompañarlos en la creación de recuerdos inolvidables \n\n",
  "organization": {
    "name": "Otto Travel"
  },
  "hosts": [
    {
      "name": "Gil Gonzalez",
      "imageUrl": "https://ro.am/card-images/d1ab53b1-7108-46d4-ab3c-e514eb766a23"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0192c648-426f-7556-af87-2a520bdd400e",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0192c648-426f-7556-af87-34178540b52a",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0192c648-426f-7556-af87-3c99fd53fde2",
        "name": "¿Cómo se llama tu pareja?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01956ca7-1fa2-748c-b214-c0de4becc2d0",
        "name": "¿Cuándo quieren viajar?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01956ca8-35e8-77ae-b903-d519b9136428",
        "name": "Preferencia",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "01956ca7-d907-77f5-a214-9206e88a8b85",
            "label": "Reunión presencial en Torreón"
          },
          {
            "id": "01956ca7-d909-77b2-ad74-7d2605081d22",
            "label": "Reunión Virtual"
          }
        ]
      },
      {
        "id": "01956ca9-3c00-73ed-a86a-a658a50649c7",
        "name": "¿Cuál es su idea de viaje?",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=otto&slug=hm",
      "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."
    }
  }
}