{
  "hotel": {
    "id": "hotel_001",
    "name": "Grand Plaza Hotel",
    "location": "Downtown San Francisco",
    "address": "555 California Street, San Francisco, CA 94104",
    "phone": "(415) 555-8888",
    "email": "reservations@grandplaza.com",
    "rating": 4.5,
    "stars": 4,
    "description": "Luxurious downtown hotel featuring modern amenities, world-class dining, and stunning city views.",
    "amenities": [
      "Free high-speed WiFi",
      "24-hour fitness center",
      "Heated outdoor pool",
      "Full-service spa",
      "Fine dining restaurant",
      "Rooftop bar",
      "24-hour room service",
      "Concierge service",
      "Business center",
      "Valet parking"
    ],
    "check_in_time": "15:00",
    "check_out_time": "11:00",
    "policies": {
      "cancellation": "Free cancellation up to 48 hours before check-in",
      "pets": "Pets allowed with $75 fee per stay",
      "smoking": "Non-smoking property",
      "early_checkin": "Subject to availability, $50 fee",
      "late_checkout": "Subject to availability, $50 fee"
    }
  },
  "rooms": [
    {
      "id": "room_001",
      "hotel_id": "hotel_001",
      "type": "Deluxe King",
      "category": "standard",
      "price_per_night": 250,
      "capacity": 2,
      "bed_type": "1 King Bed",
      "size_sqft": 350,
      "view": "City View",
      "floor_range": "5-10",
      "amenities": [
        "Mini bar",
        "Coffee maker",
        "55\" Smart TV",
        "Work desk",
        "In-room safe",
        "Luxury toiletries",
        "Rainfall shower",
        "Bathrobe & slippers"
      ],
      "images": [
        "https://images.unsplash.com/photo-1566665797739-1674de7a421a",
        "https://images.unsplash.com/photo-1582719478250-c89cae4dc85b"
      ],
      "description": "Spacious room with king bed and modern amenities. Perfect for business or leisure travelers.",
      "available": true
    },
    {
      "id": "room_002",
      "hotel_id": "hotel_001",
      "type": "Executive Suite",
      "category": "suite",
      "price_per_night": 450,
      "capacity": 4,
      "bed_type": "1 King Bed + Sofa Bed",
      "size_sqft": 650,
      "view": "Bay View",
      "floor_range": "11-15",
      "amenities": [
        "Separate living room",
        "Mini bar",
        "Nespresso machine",
        "65\" Smart TV",
        "Work desk",
        "In-room safe",
        "Luxury toiletries",
        "Deep soaking tub",
        "Bathrobe & slippers",
        "Welcome amenity"
      ],
      "images": [
        "https://images.unsplash.com/photo-1631049307264-da0ec9d70304",
        "https://images.unsplash.com/photo-1618773928121-c32242e63f39"
      ],
      "description": "Luxurious suite with separate living area and stunning bay views. Ideal for extended stays.",
      "available": true
    },
    {
      "id": "room_003",
      "hotel_id": "hotel_001",
      "type": "Double Queen",
      "category": "standard",
      "price_per_night": 280,
      "capacity": 4,
      "bed_type": "2 Queen Beds",
      "size_sqft": 400,
      "view": "City View",
      "floor_range": "6-12",
      "amenities": [
        "Mini bar",
        "Coffee maker",
        "50\" Smart TV",
        "Work desk",
        "In-room safe",
        "Luxury toiletries",
        "Rainfall shower"
      ],
      "images": [
        "https://images.unsplash.com/photo-1590490360182-c33d57733427"
      ],
      "description": "Comfortable room with two queen beds, perfect for families or groups.",
      "available": true
    }
  ],
  "reservations": [
    {
      "id": "res_001",
      "guest_name": "David Chen",
      "guest_email": "david.chen@example.com",
      "guest_phone": "(555) 123-4567",
      "room_id": "room_001",
      "room_type": "Deluxe King",
      "checkin": "2024-12-26",
      "checkout": "2024-12-29",
      "num_guests": 2,
      "num_nights": 3,
      "rate_per_night": 250,
      "subtotal": 750,
      "taxes": 105,
      "total_cost": 855,
      "confirmation_code": "GP12345ABC",
      "status": "confirmed",
      "payment_method": "Credit Card",
      "special_requests": "High floor, late checkout if possible",
      "booking_date": "2024-12-15"
    }
  ],
  "restaurant": {
    "name": "The Garden Room",
    "cuisine": "Modern American",
    "description": "Award-winning restaurant featuring seasonal ingredients and innovative cuisine.",
    "hours": {
      "breakfast": "7:00 AM - 11:00 AM",
      "lunch": "11:30 AM - 2:30 PM",
      "dinner": "5:30 PM - 10:00 PM"
    },
    "capacity": 80,
    "dress_code": "Smart casual",
    "reservations_required": true,
    "availability": [
      {
        "date": "2024-12-26",
        "meal": "dinner",
        "times": [
          "17:30",
          "18:00",
          "18:30",
          "19:00",
          "19:30",
          "20:00",
          "20:30",
          "21:00"
        ]
      },
      {
        "date": "2024-12-27",
        "meal": "dinner",
        "times": [
          "17:30",
          "18:00",
          "19:00",
          "19:30",
          "20:30"
        ]
      }
    ],
    "menu_highlights": [
      "Grilled Pacific Salmon with seasonal vegetables",
      "Dry-aged New York Strip Steak",
      "Wild Mushroom Risotto",
      "Chef's Tasting Menu (5 courses)"
    ]
  },
  "restaurant_reservations": [],
  "spa": {
    "name": "Serenity Spa & Wellness",
    "description": "Full-service spa offering massages, facials, and body treatments.",
    "hours": "9:00 AM - 8:00 PM daily",
    "services": [
      {
        "id": "spa_001",
        "name": "Swedish Massage",
        "duration": 60,
        "price": 120,
        "description": "Relaxing full-body massage using gentle, flowing strokes to ease tension and promote relaxation."
      },
      {
        "id": "spa_002",
        "name": "Deep Tissue Massage",
        "duration": 90,
        "price": 160,
        "description": "Therapeutic massage targeting deep layers of muscle to release chronic tension and knots."
      },
      {
        "id": "spa_003",
        "name": "Hot Stone Massage",
        "duration": 75,
        "price": 145,
        "description": "Massage using heated stones to warm and relax muscles, promoting deep relaxation."
      },
      {
        "id": "spa_004",
        "name": "Aromatherapy Facial",
        "duration": 60,
        "price": 110,
        "description": "Rejuvenating facial using essential oils and custom skincare treatments."
      },
      {
        "id": "spa_005",
        "name": "Body Scrub & Wrap",
        "duration": 90,
        "price": 135,
        "description": "Exfoliating scrub followed by nourishing body wrap for soft, glowing skin."
      }
    ],
    "therapists": [
      {
        "id": "ther_001",
        "name": "Maria Santos",
        "specialty": "Massage Therapy",
        "certifications": [
          "Licensed Massage Therapist",
          "Deep Tissue Specialist"
        ],
        "years_experience": 8
      },
      {
        "id": "ther_002",
        "name": "Tom Wilson",
        "specialty": "Massage Therapy",
        "certifications": [
          "Licensed Massage Therapist",
          "Sports Massage"
        ],
        "years_experience": 12
      },
      {
        "id": "ther_003",
        "name": "Lisa Chen",
        "specialty": "Esthetics",
        "certifications": [
          "Licensed Esthetician",
          "Advanced Skincare"
        ],
        "years_experience": 6
      }
    ],
    "availability": [
      {
        "date": "2024-12-26",
        "therapist_id": "ther_001",
        "slots": [
          "10:00",
          "12:00",
          "14:00",
          "16:00"
        ]
      },
      {
        "date": "2024-12-26",
        "therapist_id": "ther_002",
        "slots": [
          "09:00",
          "11:00",
          "15:00",
          "17:00"
        ]
      }
    ]
  },
  "spa_bookings": [],
  "concierge": {
    "description": "Our concierge team is available 24/7 to help with recommendations, reservations, and arrangements.",
    "contact": {
      "phone": "(415) 555-8888",
      "email": "concierge@grandplaza.com",
      "desk_location": "Main lobby"
    },
    "recommendations": {
      "dining": [
        {
          "name": "Fisherman's Wharf",
          "type": "Seafood",
          "description": "Historic waterfront area with fresh seafood restaurants and ocean views",
          "distance": "2.1 miles",
          "price_range": "$$",
          "rating": 4.3,
          "reservations": "Recommended"
        },
        {
          "name": "North Beach Italian Bistro",
          "type": "Italian",
          "description": "Authentic Italian cuisine in San Francisco's Little Italy",
          "distance": "1.5 miles",
          "price_range": "$$$",
          "rating": 4.6,
          "reservations": "Required"
        },
        {
          "name": "Chinatown Dim Sum Palace",
          "type": "Chinese",
          "description": "Traditional dim sum in the heart of Chinatown",
          "distance": "0.8 miles",
          "price_range": "$",
          "rating": 4.4,
          "reservations": "Not accepted - walk-in only"
        }
      ],
      "attractions": [
        {
          "name": "Golden Gate Bridge",
          "type": "Landmark",
          "description": "Iconic suspension bridge with walking paths and photo opportunities",
          "distance": "4.2 miles",
          "hours": "24/7",
          "admission": "Free",
          "recommended_time": "2-3 hours"
        },
        {
          "name": "Alcatraz Island",
          "type": "Historical Site",
          "description": "Former federal prison, now a fascinating museum",
          "distance": "Ferry from Pier 33 (1 mile)",
          "hours": "Tours: 9:00 AM - 6:30 PM",
          "admission": "$45 (book in advance)",
          "recommended_time": "3-4 hours"
        },
        {
          "name": "Cable Car Museum",
          "type": "Museum",
          "description": "Learn about SF's iconic cable car system",
          "distance": "0.9 miles",
          "hours": "10:00 AM - 6:00 PM",
          "admission": "Free",
          "recommended_time": "1 hour"
        }
      ],
      "shopping": [
        {
          "name": "Union Square",
          "type": "Shopping District",
          "description": "Premier shopping destination with luxury boutiques and department stores",
          "distance": "0.3 miles",
          "hours": "10:00 AM - 8:00 PM",
          "highlights": "Macy's, Saks Fifth Avenue, Apple Store"
        },
        {
          "name": "Ferry Building Marketplace",
          "type": "Food Market",
          "description": "Artisan food vendors, local produce, and specialty shops",
          "distance": "0.6 miles",
          "hours": "10:00 AM - 7:00 PM",
          "highlights": "Farmers market on Saturdays"
        }
      ],
      "entertainment": [
        {
          "name": "San Francisco Symphony",
          "type": "Performing Arts",
          "description": "World-class orchestra performances",
          "distance": "1.2 miles",
          "typical_showtimes": "7:30 PM",
          "price_range": "$$$"
        },
        {
          "name": "The Fillmore",
          "type": "Live Music",
          "description": "Historic music venue featuring top artists",
          "distance": "2.5 miles",
          "typical_showtimes": "8:00 PM",
          "price_range": "$$"
        }
      ]
    },
    "services": [
      "Restaurant reservations",
      "Show and event tickets",
      "Transportation arrangements",
      "Tour bookings",
      "Special occasion planning",
      "Local recommendations"
    ]
  },
  "room_service": {
    "hours": "24/7",
    "delivery_time": "30-45 minutes",
    "menu_available": true
  }
}