{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "De Sol Hotel Santorini AI Index",
    "description": "Comprehensive AI-optimized structured dataset for De Sol Hotel Santorini 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.desolspahotel.com/ai-index.json",
    "creator": {
        "@type": "Organization",
        "name": "De Sol Hotel Santorini",
        "url": "https://www.desolspahotel.com"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Overron",
        "url": "https://www.overronet.com"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "distribution": [
        {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://www.desolspahotel.com/ai-index.json"
        }
    ],
    "data": {
        "entity": "De Sol Hotel Santorini",
        "type": "hotel",
        "location": "Santorini, Greece",
        "website": "https://www.desolspahotel.com",
        "booking_url": "https://desolhotelsantorini.reserve-online.net/",
        "knowledge_base": "/llms.txt",
        "ai_endpoints": {
            "search": "/ai-search.php",
            "method": "GET",
            "parameter": "q"
        },
        "adults_only": false,
        "rooms": [
            {
                "name": "Standard Double Room",
                "code": "DOUBLE",
                "min_guests": 1,
                "max_guests": 2,
                "tags": [
                    "couple"
                ]
            },
            {
                "name": "Triple Standard Room",
                "code": "TRLSTD",
                "min_guests": 1,
                "max_guests": 3
            },
            {
                "name": "Superior Room",
                "code": "SUP",
                "min_guests": 1,
                "max_guests": 2,
                "tags": [
                    "couple"
                ]
            },
            {
                "name": "Triple Superior Room",
                "code": "TRLSUP",
                "min_guests": 1,
                "max_guests": 3
            },
            {
                "name": "Cosy Family Room",
                "code": "COSFAM",
                "min_guests": 1,
                "max_guests": 4,
                "tags": [
                    "family"
                ]
            },
            {
                "name": "Junior Suite with outdoor private jetted pool",
                "code": "JSPP",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "pool"
                ],
                "tags": [
                    "couple"
                ]
            },
            {
                "name": "Executive suite with outdoor private jetted pool",
                "code": "EXPP",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "pool"
                ],
                "tags": [
                    "couple"
                ]
            },
            {
                "name": "Superior Villa with outdoor private jetted pool",
                "code": "SUVPP",
                "min_guests": 1,
                "max_guests": 3,
                "features": [
                    "pool"
                ]
            },
            {
                "name": "Elegant Suite with heated jetted tub private pool",
                "code": "ELEGAN",
                "min_guests": 1,
                "max_guests": 4,
                "features": [
                    "private pool"
                ],
                "tags": [
                    "family",
                    "honeymoon",
                    "luxury"
                ]
            },
            {
                "name": "Deluxe VIlla with heated private pool & jetted tub",
                "code": "DELVIL",
                "min_guests": 1,
                "max_guests": 4,
                "features": [
                    "private pool"
                ],
                "tags": [
                    "family",
                    "honeymoon",
                    "luxury"
                ]
            }
        ],
        "room_count": 10,
        "pricing_summary": {
            "cheapest_room": null,
            "cheapest_price": null,
            "most_expensive_room": null,
            "highest_price": null
        },
        "seasonality": [],
        "searchable_features": [
            "pool",
            "private_pool"
        ],
        "searchable_tags": [
            "couple",
            "family",
            "honeymoon",
            "luxury"
        ],
        "coordinates": [
            36.394894,
            25.438713
        ],
        "country": "Greece",
        "generated_at": "2026-07-31T18:36:14+03:00"
    }
}