{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "Aja Retreat Luxury Suites AI Index",
    "description": "Comprehensive AI-optimized structured dataset for Aja Retreat Luxury Suites located in Santorini. This dataset provides machine-readable information regarding room types, pricing indices, hotel amenities, and geographic data designed for seamless integration with Large Language Models (LLMs) and AI agents.",
    "url": "https://www.ajaretreat.com//ai-index.json",
    "creator": {
        "@type": "Organization",
        "name": "Aja Retreat Luxury Suites",
        "url": "https://www.ajaretreat.com/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Overron",
        "url": "https://www.overron.com"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "distribution": [
        {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://www.ajaretreat.com//ai-index.json"
        }
    ],
    "data": {
        "entity": "Aja Retreat Luxury Suites",
        "type": "hotel",
        "location": "Santorini, Greece",
        "website": "https://www.ajaretreat.com/",
        "booking_url": "https://ajaretreatluxurysuites.reserve-online.net/",
        "knowledge_base": "/llms.txt",
        "ai_endpoints": {
            "search": "/ai-search.php",
            "method": "GET",
            "parameter": "q"
        },
        "adults_only": false,
        "rooms": [
            {
                "name": "Deluxe Suite With Bathtub And Heated Plunge Pool",
                "code": "DSBHP",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "plunge pool"
                ],
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-04": {
                        "min": 103.5,
                        "max": 132.18
                    },
                    "2026-05": {
                        "min": 103.5,
                        "max": 180
                    },
                    "2026-06": {
                        "min": 167.25,
                        "max": 199.12
                    },
                    "2026-07": {
                        "min": 231,
                        "max": 250.12
                    },
                    "2026-08": {
                        "min": 237.37,
                        "max": 250.12
                    },
                    "2026-09": {
                        "min": 186.37,
                        "max": 205.5
                    },
                    "2026-10": {
                        "min": 116.25,
                        "max": 116.25
                    }
                }
            },
            {
                "name": "Deluxe Suite With Private Heated Plunge Pool",
                "code": "DSPHP",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "plunge pool"
                ],
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-04": {
                        "min": 87.56,
                        "max": 109.87
                    },
                    "2026-05": {
                        "min": 90.75,
                        "max": 122.62
                    },
                    "2026-06": {
                        "min": 132.18,
                        "max": 167.25
                    },
                    "2026-07": {
                        "min": 205.5,
                        "max": 243.75
                    },
                    "2026-08": {
                        "min": 205.5,
                        "max": 205.5
                    },
                    "2026-09": {
                        "min": 167.25,
                        "max": 173.62
                    },
                    "2026-10": {
                        "min": 103.5,
                        "max": 103.5
                    }
                }
            }
        ],
        "room_count": 2,
        "pricing_summary": {
            "cheapest_room": "DSPHP",
            "cheapest_price": 87.56,
            "most_expensive_room": "DSBHP",
            "highest_price": 250.12,
            "cheapest_room_name": "Deluxe Suite With Private Heated Plunge Pool"
        },
        "seasonality": {
            "low_season_max": 116.25,
            "mid_season_max": 167.25,
            "high_season_max": 205.5,
            "peak_season_max": 250.12
        },
        "price_range_global": {
            "min": 87.56,
            "max": 250.12
        },
        "searchable_features": [
            "plunge_pool"
        ],
        "searchable_tags": [
            "couple"
        ],
        "coordinates": [
            36.381226,
            25.478523
        ],
        "country": "Greece",
        "generated_at": "2026-06-13T12:36:31+03:00"
    }
}