{
  "version": "1.0",
  "merchant": {
    "name": "Acme Widget Store",
    "url": "http://localhost:3000",
    "logo": "http://localhost:3000/logo.png",
    "description": "Premium widgets for every use case",
    "currency": "USD",
    "locale": "en"
  },
  "capabilities": {
    "catalog": true,
    "search": true,
    "cart": false,
    "checkout": "redirect",
    "orders": false
  },
  "discovery": {
    "feed": "http://localhost:3000/ocp/products.jsonl",
    "feed_format": "jsonl",
    "feed_updated": "2026-03-01T00:00:00Z",
    "total_products": 3
  },
  "permissions": {
    "requires_human_checkout": true,
    "rate_limit": "100/minute"
  }
}
