{
  "specVersion": "1.0",
  "host": {
    "displayName": "OXIMO® Україна",
    "documentationUrl": "https://oximo.lviv.ua/llms.txt",
    "logoUrl": "https://media.oximo.lviv.ua/seo/global/logo/1770385640091-og422v6he39.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:oximo.lviv.ua:api:structured-products",
      "displayName": "OXIMO® Україна — Structured Product Catalog",
      "type": "application/ld+json",
      "url": "https://oximo.lviv.ua/api/structured/products?all=true",
      "description": "Machine-readable schema.org ItemList of the full wiper and automotive accessory catalog, including price, availability, SKU, and image for every product.",
      "capabilities": [
        "ProductCatalog",
        "PriceLookup",
        "AvailabilityLookup"
      ],
      "representativeQueries": [
        "list all windshield wipers with prices and stock",
        "what wiper blades does OXIMO sell for a BMW X3",
        "find the SKU and price for a rear wiper blade"
      ],
      "tags": [
        "products",
        "catalog",
        "ecommerce"
      ]
    },
    {
      "identifier": "urn:air:oximo.lviv.ua:api:product-search",
      "displayName": "OXIMO® Україна — Product Search",
      "type": "application/json",
      "url": "https://oximo.lviv.ua/api/products/search?q=wiper",
      "description": "Full-text search over the product catalog, returning matching wiper blades and accessories with price and availability.",
      "capabilities": [
        "ProductSearch"
      ],
      "representativeQueries": [
        "search for silicone wiper blades",
        "find a 600mm front wiper",
        "which wipers are in stock"
      ],
      "tags": [
        "products",
        "search"
      ]
    },
    {
      "identifier": "urn:air:oximo.lviv.ua:api:finder-fitments",
      "displayName": "OXIMO® Україна — Vehicle Wiper Fitment Finder",
      "type": "application/json",
      "url": "https://oximo.lviv.ua/api/finder/fitments",
      "description": "Resolves compatible wiper fitments for a given vehicle brand, model, and generation, including placement, position, and recommended SKUs.",
      "capabilities": [
        "FitmentLookup",
        "CompatibilityCheck",
        "VehiclePartMatching"
      ],
      "representativeQueries": [
        "which wiper blades fit a BMW X3 F25 2010-2017",
        "find compatible wipers for my car",
        "what adapter does my car need for wipers"
      ],
      "tags": [
        "finder",
        "compatibility",
        "vehicles"
      ]
    },
    {
      "identifier": "urn:air:oximo.lviv.ua:api:finder-brands",
      "displayName": "OXIMO® Україна — Vehicle Catalog",
      "type": "application/json",
      "url": "https://oximo.lviv.ua/api/finder/brands",
      "description": "List of supported vehicle brands and models for wiper compatibility lookups.",
      "capabilities": [
        "BrandLookup",
        "VehicleCatalog"
      ],
      "representativeQueries": [
        "which car brands does the wiper finder support",
        "is my car model supported by the fitment finder"
      ],
      "tags": [
        "finder",
        "vehicles"
      ]
    },
    {
      "identifier": "urn:air:oximo.lviv.ua:api:sitemap",
      "displayName": "OXIMO® Україна — Sitemap",
      "type": "application/xml",
      "url": "https://oximo.lviv.ua/sitemap.xml",
      "description": "XML sitemap index covering product, category, blog, and finder pages.",
      "capabilities": [
        "SitemapIndex"
      ],
      "representativeQueries": [
        "list all pages on the OXIMO site",
        "find the sitemap for product pages"
      ],
      "tags": [
        "seo",
        "sitemap"
      ]
    }
  ]
}