{
  "$schema": "https://openterms.com/schema/openterms.schema.json",
  "openterms_version": "0.3.0",
  "policy_id": "com.shopwise.platform.terms.2025",
  "service": {
    "name": "ShopWise",
    "domain": "shopwise.com",
    "description": "E-commerce marketplace with 50K+ merchants",
    "tos_url": "https://shopwise.com/terms",
    "privacy_url": "https://shopwise.com/privacy"
  },
  "permissions": {
    "read_content": true,
    "create_account": {
      "allowed": true,
      "conditions": "One account per agent identity. Must disclose agent status.",
      "requires_auth": false
    },
    "make_purchases": {
      "allowed": true,
      "conditions": "Purchases limited to $500/day. Agent must be linked to a verified human account.",
      "requires_auth": true,
      "max_frequency": "50/day"
    },
    "scrape_data": {
      "allowed": true,
      "conditions": "Product catalog only. No customer data. Must respect crawl-delay.",
      "max_frequency": "1000/hour"
    },
    "post_content": {
      "allowed": true,
      "conditions": "Product reviews must disclose AI authorship",
      "requires_auth": true
    },
    "api_access": true,
    "allow_training": {
      "allowed": false,
      "conditions": "Merchant product data and pricing may not be used to train AI/ML models without a signed data licensing agreement."
    }
  },
  "rate_limits": {
    "requests_per_minute": 30,
    "requests_per_hour": 500,
    "requests_per_day": 5000
  },
  "data_handling": {
    "stores_agent_data": true,
    "shares_with_third_parties": true,
    "retention_days": 365,
    "gdpr_compliant": true,
    "ccpa_compliant": true
  },
  "authentication": {
    "required": false,
    "methods": ["api_key", "oauth2", "bearer_token"],
    "registration_url": "https://shopwise.com/developers"
  },
  "requires_consent": true,
  "jurisdiction": ["US-CA", "EU"],
  "contact": {
    "email": "compliance@shopwise.com",
    "name": "ShopWise Trust & Safety"
  },
  "last_updated": "2025-03-15",
  "expires": "2025-09-15"
}
