{
  "$schema": "https://openterms.com/schema/openterms.schema.json",
  "openterms_version": "0.2.0",
  "service": {
    "name": "OpenWeather Data",
    "domain": "openweather.dev",
    "description": "Free public weather API with global coverage",
    "tos_url": "https://openweather.dev/terms"
  },
  "permissions": {
    "read_content": true,
    "create_account": true,
    "make_purchases": false,
    "scrape_data": true,
    "post_content": false,
    "modify_data": false,
    "delete_data": false,
    "automated_messaging": false,
    "api_access": true,
    "browser_automation": true
  },
  "rate_limits": {
    "requests_per_minute": 120,
    "requests_per_hour": 5000,
    "requests_per_day": 50000
  },
  "data_handling": {
    "stores_agent_data": false,
    "shares_with_third_parties": false,
    "retention_days": 0,
    "gdpr_compliant": true,
    "ccpa_compliant": true
  },
  "authentication": {
    "required": false,
    "methods": ["api_key", "none"],
    "registration_url": "https://openweather.dev/signup"
  },
  "requires_consent": false,
  "jurisdiction": "US",
  "contact": "api@openweather.dev",
  "last_updated": "2025-01-01",
  "expires": "2026-01-01"
}
