{
  "@context": "https://api-catalog.example.com/schema/v1",
  "name": "UArtShow Public API Catalog",
  "version": "1.0.0",
  "publisher": {
    "name": "UArtShow",
    "url": "https://uartshow.com",
    "contact": "https://uartshow.com/pages/contact"
  },
  "apis": [
    {
      "id": "storefront-products",
      "name": "Storefront Products API",
      "description": "Browse and search hand-painted and studio-embellished canvas wall art",
      "endpoint": "https://uartshow.com/api/2024-01/products.json",
      "auth": "none",
      "docs": "https://shopify.dev/docs/api/storefront"
    },
    {
      "id": "storefront-collections",
      "name": "Storefront Collections API",
      "description": "List wall art collections: abstract, textured, minimalist, modern",
      "endpoint": "https://uartshow.com/api/2024-01/collections.json",
      "auth": "none",
      "docs": "https://shopify.dev/docs/api/storefront"
    },
    {
      "id": "llm-context",
      "name": "LLM Context Endpoint",
      "description": "AI-optimized site map and content discovery",
      "endpoint": "https://uartshow.com/llms.txt",
      "auth": "none",
      "docs": "https://uartshow.com/pages/auth-md"
    }
  ],
  "capabilities": [
    "product_search",
    "product_recommendation",
    "collection_listing",
    "semantic_content_discovery"
  ],
  "rate_limits": {
    "storefront_api": "60 req/min per IP",
    "llm_context": "no limit"
  }
}