{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "anna-meisert",
  "slug": "wohnung",
  "url": "https://ro.am/anna-meisert/wohnung",
  "displayUrl": "ro.am/anna-meisert/wohnung",
  "name": "Digital Apartment Viewing ",
  "description": "Deutsch:\nDigitale Wohnungs-Besichtigung – live und bequem von zu Hause.\nIn ca. 15 Minuten zeigen wir Ihnen die Wohnung online, beantworten Ihre Fragen und erklären die nächsten Schritte.\nEine Vor-Ort-Besichtigung ist nur nach der digitalen Besichtigung möglich, falls konkretes Interesse besteht.\n\nEnglish:\nDigital Apartment Viewing – live and convenient from home.\nIn about 15 minutes, we will show you the apartment online, answer your questions, and explain the next steps.\nAn on-site viewing is only possible after the digital viewing if you are seriously interested.\n",
  "descriptionMarkdown": "Deutsch:\nDigitale Wohnungs-Besichtigung – live und bequem von zu Hause.\nIn ca. 15 Minuten zeigen wir Ihnen die Wohnung online, beantworten Ihre Fragen und erklären die nächsten Schritte.\nEine Vor-Ort-Besichtigung ist nur nach der digitalen Besichtigung möglich, falls konkretes Interesse besteht.\n\nEnglish:\nDigital Apartment Viewing – live and convenient from home.\nIn about 15 minutes, we will show you the apartment online, answer your questions, and explain the next steps.\nAn on-site viewing is only possible after the digital viewing if you are seriously interested.\n",
  "organization": {
    "name": "novac | ailean | hostz "
  },
  "hosts": [
    {
      "name": "Anna Meisert",
      "imageUrl": "https://ro.am/card-images/c8a30b7b-58de-46e1-beca-90a01049257c"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019a05cd-3650-74b1-85cb-57f288c90b99",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019a05cd-3650-74b1-85cb-5b4b70136d28",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019a05cd-3650-74b1-85cb-5fce66a0a294",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019a05d2-1dc3-7709-8389-2bc05e536180",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019a05d8-e0e9-7511-bad7-829c326f210f",
        "name": "Please enter the address of the apartment you saw in the listing (e.g. Drahtzugstrasse 12, Zurich). If you are interested in several apartments, please list all addresses here.",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019a05da-a33c-74fc-8bc0-d08e397258ec",
        "name": "Which apartment size are you looking for?\n",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019a05d9-9938-72dd-81eb-d6f41ad5a759",
            "label": "1 room"
          },
          {
            "id": "019a05d9-9938-72dd-81eb-db4a337a86ee",
            "label": "2 rooms "
          },
          {
            "id": "019a05d9-9938-72dd-81eb-dcaa6da8aa9b",
            "label": "3 rooms"
          },
          {
            "id": "019a05da-3844-720f-8077-1f48b7602c80",
            "label": "4 rooms"
          },
          {
            "id": "019a05da-4633-756e-8efd-e3a2acce9949",
            "label": "5 rooms"
          },
          {
            "id": "019a05da-54c8-7339-a844-42f2b6820fa1",
            "label": "6 rooms "
          }
        ]
      },
      {
        "id": "019a05dc-1d46-714f-bb41-9ee961c83915",
        "name": "From when do you need the apartment?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019a05dd-02d7-77ac-8193-671e835c70bf",
        "name": "Do you understand that this viewing takes place online via video (not on-site)?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019a05dc-9bd1-70ef-89e4-e8a519a99815",
            "label": "Yes, I understand. "
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=anna-meisert&slug=wohnung",
      "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."
    }
  }
}