{
  "schema_version": "1.0",
  "entity_type": "hotel",
  "language": "en",
  "source": {
    "canonical_url": "https://mayamhotels.com/",
    "last_reviewed_utc": "2025-08-26T00:00:00Z"
  },
  "hotel": {
    "name": "MAYAM Hotel",
    "contacts": {
      "website": "https://mayamhotels.com/",
      "email": "info@hotel.com",
      "phone": {
        "reservations": {
          "number": "(555) 234-5678",
          "hours": "24/7"
        },
        "front_desk": {
          "number": "(555) 345-6789",
          "hours": "24 hours"
        },
        "security": {
          "number": "(555) 456-7890"
        }
      },
      "preferred_contact": [
        "phone",
        "email"
      ],
      "email_response_time": "within 1 hour during business hours",
      "emergency": "Dial 911"
    },
    "policies": {
      "check_in": {
        "time": "15:00"
      },
      "check_out": {
        "time": "11:00"
      },
      "cancellation": {
        "free_until_hours_before_arrival": 48,
        "late_cancellation_fee": "1-night fee"
      },
      "check_in_requirements": [
        "valid_government_id",
        "credit_card_used_for_booking"
      ],
      "deposit": "credit_card_hold_required_at_check_in",
      "documentation": [
        "booking_confirmation_number_required"
      ],
      "age_restrictions": {
        "fitness_center_min_age": 16,
        "pool_area_all_ages": true
      },
      "pet_policy": "contact_hotel_for_pet_accommodation_policies",
      "special_rate_notes": "some special rates may have different cancellation policies"
    },
    "room_types": [
      {
        "name": "Deluxe King Room",
        "size_sq_ft": 400,
        "bed": "1 King Bed",
        "max_occupancy": 2,
        "view": "Scenic city skyline",
        "bathroom": {
          "type": "en-suite",
          "features": [
            "soaking tub",
            "separate shower",
            "complimentary toiletries"
          ]
        },
        "amenities": [
          "Complimentary Wi-Fi",
          "flat-screen TV",
          "mini-fridge",
          "coffee maker",
          "air conditioning",
          "safe"
        ],
        "features": [
          "Spacious modern decor",
          "wheelchair accessible with grab bars"
        ],
        "target_guests": [
          "Leisure",
          "Honeymooners",
          "Business"
        ],
        "pricing_tier": "mid_to_high"
      },
      {
        "name": "Superior Twin Room",
        "size_sq_ft": 350,
        "bed": "2 Twin Beds",
        "max_occupancy": 3,
        "view": "Courtyard view",
        "bathroom": {
          "type": "private",
          "features": [
            "shower",
            "complimentary toiletries"
          ]
        },
        "amenities": [
          "Free Wi-Fi",
          "LED TV",
          "desk",
          "mini-bar",
          "climate control"
        ],
        "features": [
          "Cozy and functional design"
        ],
        "target_guests": [
          "Budget-conscious travelers",
          "Small groups"
        ],
        "pricing_tier": "affordable"
      },
      {
        "name": "Executive Suite",
        "size_sq_ft": 600,
        "bed": "1 King Bed + Sofa Bed",
        "max_occupancy": 4,
        "view": "Panoramic waterfront view",
        "bathroom": {
          "type": "en-suite",
          "features": [
            "double vanity",
            "separate shower",
            "bathtub"
          ]
        },
        "amenities": [
          "High-speed Wi-Fi",
          "55-inch flat-screen TV",
          "kitchenette",
          "dining area",
          "premium bedding"
        ],
        "features": [
          "Additional living space",
          "enhanced privacy",
          "mobility accessible"
        ],
        "target_guests": [
          "Business executives",
          "Families",
          "Long-stay guests"
        ],
        "pricing_tier": "high_end"
      }
    ],
    "facilities": [
      {
        "name": "Swimming Pool",
        "location": "Rooftop terrace with panoramic views",
        "hours": "07:00-22:00",
        "capacity": 30,
        "features": [
          "Infinity edge design",
          "poolside bar service"
        ],
        "amenities": [
          "Lounge chairs",
          "cabanas",
          "beverages and light snacks"
        ],
        "accessibility": [
          "Ramp access",
          "designated areas for mobility challenges"
        ],
        "booking": {
          "required": false,
          "policy": "first-come first-served"
        }
      },
      {
        "name": "Conference & Business Facilities",
        "location": "1st floor via main lobby",
        "hours": "24/7",
        "capacity": 150,
        "services": [
          "Conference rooms",
          "Business center"
        ],
        "features": [
          "Rooftop terrace for events"
        ],
        "booking": {
          "advance_reservation_recommended": true
        },
        "accessibility": [
          "Fully accessible with ramps and elevators"
        ]
      },
      {
        "name": "Fitness Center",
        "age_limit_min": 16,
        "capacity": 20
      },
      {
        "name": "Spa Services",
        "available": true,
        "booking": {
          "reservations_required": true,
          "extra_cost": true
        }
      },
      {
        "name": "Parking",
        "type": "premium",
        "extra_cost": true
      }
    ],
    "offers": {
      "featured": {
        "name": "Summer 30",
        "type": "percentage_discount",
        "discount_percent": 30,
        "applies_to": "first_night_only",
        "eligibility": {
          "max_age": 29,
          "age_verified_at": "check_in",
          "id_required": true
        },
        "validity": {
          "repeat": "annual",
          "start_month_day": "06-01",
          "end_month_day": "09-01"
        },
        "stackable_with_other_offers": false,
        "how_to_redeem": "Mention 'Summer 30' at reception during check-in"
      },
      "general_promotions": [
        {
          "name": "Extended Stays",
          "discount_up_to_percent": 20,
          "includes_breakfast": true,
          "booking": {
            "full_prepayment_required": true
          },
          "availability": {
            "limited_rooms_per_night": 10
          },
          "validity": {
            "repeat": "annual",
            "start_month_day": "01-01",
            "end_month_day": "03-31"
          },
          "stackable_with_other_offers": false
        }
      ],
      "notes": "Offers subject to availability and cannot be combined unless explicitly stated."
    },
    "guest_services": {
      "concierge": {
        "available": true,
        "notes": "Dedicated staff available for event planning and services"
      },
      "room_service": {
        "available": true
      },
      "business_center": {
        "available": true
      },
      "languages": [
        "Multi-lingual staff available"
      ],
      "front_desk": {
        "available_24h": true
      }
    },
    "accessibility": {
      "property": [
        "Wheelchair accessible throughout property"
      ]
    }
  }
}