{
  "passport_id": "550e8400-e29b-41d4-a716-446655440000",
  "kind": "template",
  "spec_version": "oap/1.0",
  "owner_id": "org_12345678",
  "owner_type": "org",
  "assurance_level": "L2",
  "status": "active",
  "capabilities": [
    {
      "id": "finance.payment.refund",
      "params": {
        "max_amount": 5000,
        "currency": "USD"
      }
    },
    {
      "id": "data.export"
    },
    {
      "id": "repo.release.publish"
    }
  ],
  "limits": {
    "finance.payment.refund": {
      "currency_limits": {
        "USD": {
          "max_per_tx": 5000,
          "daily_cap": 50000
        },
        "EUR": {
          "max_per_tx": 4500,
          "daily_cap": 45000
        },
        "CAD": {
          "max_per_tx": 6500,
          "daily_cap": 65000
        }
      },
      "reason_codes": [
        "customer_request",
        "defective_product",
        "fraud",
        "duplicate_charge"
      ],
      "idempotency_required": true
    },
    "data.export": {
      "max_rows": 100000,
      "allow_pii": false,
      "allowed_collections": ["users", "orders", "products", "analytics"]
    },
    "repo.release.publish": {
      "allowed_branches": ["main", "develop", "release/*"],
      "max_releases_per_day": 10,
      "require_signed_artifacts": true
    }
  },
  "regions": ["US", "CA", "EU"],
  "metadata": {
    "name": "Customer Support AI",
    "description": "AI agent for customer support operations",
    "version": "1.0.0",
    "contact": "support@example.com",
    "homepage": "https://example.com/ai/support",
    "repository": "https://github.com/example/support-ai"
  },
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-15T10:30:00Z",
  "version": "1.0.0"
}
