{
  "seller": "AgentVault Data Market",
  "locale": "en",
  "resources": [
    {
      "id": "vendor-risk",
      "title": "Vendor Risk Check",
      "description": "Return a simple vendor trust score for an address.",
      "category": "risk",
      "price_atomic": "1000",
      "price_display": "0.001 USDC",
      "endpoint": "/api/premium/vendor-risk",
      "endpoint_with_locale": "/api/premium/vendor-risk?lang=en",
      "product_url": "/products/vendor-risk?lang=en"
    },
    {
      "id": "verified-vendors",
      "title": "Verified Vendor Feed",
      "description": "List vendors safe for small autonomous agent payments.",
      "category": "directory",
      "price_atomic": "500",
      "price_display": "0.0005 USDC",
      "endpoint": "/api/premium/verified-vendors",
      "endpoint_with_locale": "/api/premium/verified-vendors?lang=en",
      "product_url": "/products/verified-vendors?lang=en"
    },
    {
      "id": "agent-budget-report",
      "title": "Agent Budget Report",
      "description": "Return a mock spend summary for a task or agent.",
      "category": "reporting",
      "price_atomic": "2000",
      "price_display": "0.002 USDC",
      "endpoint": "/api/premium/agent-budget-report",
      "endpoint_with_locale": "/api/premium/agent-budget-report?lang=en",
      "product_url": "/products/agent-budget-report?lang=en"
    }
  ]
}