{
  "$schema": "https://agent-commerce-protocol.org/schema/v1",
  "protocol": "ACP/1.0",
  "publisher": {
    "name": "UArtShow",
    "url": "https://uartshow.com"
  },
  "merchant_type": "studio-embellished-canvas-wall-art",
  "endpoints": {
    "product_catalog": "https://uartshow.com/api/2024-01/products.json",
    "checkout": "https://uartshow.com/cart",
    "fulfillment": "https://uartshow.com/policies/shipping-policy"
  },
  "agent_capabilities": [
    "product_discovery",
    "cart_management",
    "checkout_completion",
    "order_tracking"
  ],
  "trust_signals": {
    "verified_brand": true,
    "secure_checkout": true,
    "return_policy_days": 30,
    "shipping_carriers": ["USPS", "UPS", "DHL", "FedEx"]
  },
  "manifest_version": "1.0.0"
}