{
    "name": "Homsjogja",
    "description": "Platform booking homestay, villa, dan penginapan terbaik di Yogyakarta.",
    "url": "https://homsjogja.com",
    "locale": "id-ID",
    "capabilities": {
        "search": {
            "endpoint": "https://homsjogja.com/properties",
            "parameters": [
                "search",
                "guests",
                "check_in",
                "check_out",
                "amenities",
                "sort"
            ],
            "description": "Search available properties by keyword, dates, and guest count."
        },
        "booking": {
            "endpoint": "https://homsjogja.com/booking/create",
            "description": "Book a property online with instant confirmation."
        },
        "faq": {
            "endpoint": "https://homsjogja.com/faq",
            "description": "Frequently asked questions about booking and properties."
        }
    },
    "contact": {
        "whatsapp": "https://wa.me/628112500082",
        "email": "no-reply@homsjogja.com"
    },
    "sitemap": "https://homsjogja.com/sitemap.xml",
    "api_catalog": "https://homsjogja.com/.well-known/api-catalog"
}