{
  "specVersion": "0.1",
  "host": {
    "displayName": "Liquid Mix",
    "identifier": "did:web:liquidmix.com.au",
    "description": "Western Australian liquor wholesaler. Public catalogue of approximately 7,000 wine, spirit, beer and non-alcoholic products with brand, category, varietal, region and packaging details.",
    "url": "https://liquidmix.com.au",
    "contact": "https://liquidmix.com.au/contact-us/"
  },
  "entries": [
    {
      "identifier": "urn:air:liquidmix.com.au:catalogue:products",
      "displayName": "Liquid Mix product catalogue",
      "description": "Read-only JSON feed of the full wholesale product range. Each product includes title, item number, barcodes, size, brand, category, product group, varietal, country, region and product image. Supports pagination, search and filtering by taxonomy.",
      "type": "application/json",
      "url": "https://liquidmix.com.au/wp-json/wp/v2/product",
      "representativeQueries": [
        "What Australian gins does Liquid Mix stock?",
        "Show me Liquid Mix products from the Margaret River region",
        "Does Liquid Mix carry Aperol, and in what size?",
        "List Liquid Mix sparkling wines under the Champagne category",
        "What is the barcode for a specific Liquid Mix product?"
      ]
    },
    {
      "identifier": "urn:air:liquidmix.com.au:catalogue:brands",
      "displayName": "Product brands",
      "description": "Taxonomy of all brands carried by Liquid Mix, usable to filter the product catalogue.",
      "type": "application/json",
      "url": "https://liquidmix.com.au/wp-json/wp/v2/product_brand",
      "representativeQueries": [
        "Which brands does Liquid Mix distribute?",
        "Does Liquid Mix stock a particular brand?",
        "How many products does Liquid Mix carry per brand?"
      ]
    },
    {
      "identifier": "urn:air:liquidmix.com.au:catalogue:categories",
      "displayName": "Product categories",
      "description": "Taxonomy of product categories such as spirits, wine, beer and non-alcoholic, usable to filter the product catalogue.",
      "type": "application/json",
      "url": "https://liquidmix.com.au/wp-json/wp/v2/product_category",
      "representativeQueries": [
        "What categories of drinks does Liquid Mix supply?",
        "Show me the range of spirits available from Liquid Mix",
        "Does Liquid Mix stock non-alcoholic options?"
      ]
    },
    {
      "identifier": "urn:air:liquidmix.com.au:site:sitemap",
      "displayName": "Site index",
      "description": "XML sitemap index covering all public pages, products and case studies.",
      "type": "application/xml",
      "url": "https://liquidmix.com.au/sitemap_index.xml",
      "representativeQueries": [
        "What pages exist on the Liquid Mix website?",
        "Show me the Liquid Mix site structure",
        "Where can I find Liquid Mix contact details?"
      ]
    }
  ]
}
