{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "Thera Villas AI Index",
    "description": "Comprehensive AI-optimized structured dataset for Thera Villas 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://theravillas.com//ai-index.json",
    "creator": {
        "@type": "Organization",
        "name": "Thera Villas",
        "url": "https://theravillas.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://theravillas.com//ai-index.json"
        }
    ],
    "data": {
        "entity": "Thera Villas",
        "type": "hotel",
        "location": "Santorini, Greece",
        "website": "https://theravillas.com/",
        "booking_url": "https://theravillas.reserve-online.net/",
        "knowledge_base": "/llms.txt",
        "ai_endpoints": {
            "search": "/ai-search.php",
            "method": "GET",
            "parameter": "q"
        },
        "adults_only": false,
        "rooms": [
            {
                "name": "Grand Villa",
                "code": "GRAND",
                "min_guests": 1,
                "max_guests": 6,
                "tags": [
                    "family"
                ],
                "price_range": {
                    "2026-06": {
                        "min": 812,
                        "max": 879.5
                    },
                    "2026-07": {
                        "min": 1142.75,
                        "max": 1142.75
                    },
                    "2026-08": {
                        "min": 1142.75,
                        "max": 1142.75
                    },
                    "2026-09": {
                        "min": 1142.75,
                        "max": 1142.75
                    },
                    "2026-10": {
                        "min": 710.75,
                        "max": 710.75
                    },
                    "2026-11": {
                        "min": 446,
                        "max": 446
                    }
                }
            },
            {
                "name": "Maisonette Villa",
                "code": "MAISON",
                "min_guests": 1,
                "max_guests": 2,
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-06": {
                        "min": 400.25,
                        "max": 569
                    },
                    "2026-07": {
                        "min": 569,
                        "max": 569
                    },
                    "2026-08": {
                        "min": 555.5,
                        "max": 609.5
                    },
                    "2026-09": {
                        "min": 515,
                        "max": 569
                    },
                    "2026-10": {
                        "min": 380,
                        "max": 380
                    },
                    "2026-11": {
                        "min": 284,
                        "max": 297.5
                    },
                    "2026-12": {
                        "min": 284,
                        "max": 297.5
                    }
                }
            },
            {
                "name": "Penthouse Villa",
                "code": "PENTH",
                "min_guests": 1,
                "max_guests": 2,
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-06": {
                        "min": 535.25,
                        "max": 535.25
                    },
                    "2026-07": {
                        "min": 535.25,
                        "max": 589.25
                    },
                    "2026-08": {
                        "min": 589.25,
                        "max": 589.25
                    },
                    "2026-09": {
                        "min": 569,
                        "max": 569
                    },
                    "2026-10": {
                        "min": 400.25,
                        "max": 400.25
                    },
                    "2026-11": {
                        "min": 331.25,
                        "max": 331.25
                    }
                }
            }
        ],
        "room_count": 3,
        "pricing_summary": {
            "cheapest_room": "MAISON",
            "cheapest_price": 284,
            "most_expensive_room": "GRAND",
            "highest_price": 1142.75,
            "cheapest_room_name": "Maisonette Villa"
        },
        "seasonality": {
            "low_season_max": 400.25,
            "mid_season_max": 569,
            "high_season_max": 710.75,
            "peak_season_max": 1142.75
        },
        "price_range_global": {
            "min": 284,
            "max": 1142.75
        },
        "searchable_features": [],
        "searchable_tags": [
            "couple",
            "family"
        ],
        "coordinates": [
            36.417904,
            25.431087
        ],
        "country": "Greece",
        "generated_at": "2026-06-09T13:05:28+03:00"
    }
}