{
    "name": "Home Comfort",
    "description": "Home Comfort. 630 products. Categories: Yard, Garden &amp; Outdoor Living, Home D\u00e9cor, Home Improvement, Furniture, Outdoor Recreation &amp; Camping.",
    "url": "https://gethomecomfort.com/",
    "version": "2.2.0",
    "protocolVersion": "0.2.9",
    "provider": {
        "organization": "Home Comfort",
        "url": "https://gethomecomfort.com"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text"
    ],
    "defaultOutputModes": [
        "application/json",
        "text"
    ],
    "skills": [
        {
            "id": "store-catalog",
            "name": "Home Comfort catalog",
            "description": "Browse the product catalog for Home Comfort. Agents follow productCards.indexUrl at https://gethomecomfort.com/.well-known/agent/products.json.",
            "tags": [
                "catalog",
                "products",
                "productCards"
            ],
            "examples": [
                "What products does Home Comfort sell?",
                "Open the catalog index at https://gethomecomfort.com/.well-known/agent/products.json"
            ],
            "inputModes": [
                "text"
            ],
            "outputModes": [
                "application/json",
                "text"
            ],
            "url": "https://gethomecomfort.com/.well-known/agent/products.json"
        }
    ],
    "documentationUrl": "https://gethomecomfort.com/",
    "productCards": {
        "indexUrl": "https://gethomecomfort.com/.well-known/agent/products.json",
        "urlTemplate": "https://gethomecomfort.com/.well-known/agent/product/{id}.json",
        "categoriesUrl": "https://gethomecomfort.com/.well-known/agent/categories.json"
    }
}