[
  {
    "model": "iam.role",
    "pk": 1,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000001",
      "tenant": null,
      "code": "system-admin",
      "name": "System Administrator",
      "description": "Full platform access. Managed by the system; do not edit.",
      "parent_role": null,
      "is_system": true,
      "permissions": []
    }
  },
  {
    "model": "iam.role",
    "pk": 2,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000002",
      "tenant": 1,
      "code": "acme-admin",
      "name": "Acme Admin",
      "description": "Full administrative access within the Acme tenant.",
      "parent_role": 1,
      "is_system": false,
      "permissions": []
    }
  },
  {
    "model": "iam.role",
    "pk": 3,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000003",
      "tenant": 1,
      "code": "acme-manager",
      "name": "Acme Manager",
      "description": "Department manager role. Can manage members in assigned org nodes.",
      "parent_role": null,
      "is_system": false,
      "permissions": []
    }
  },
  {
    "model": "iam.role",
    "pk": 4,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000004",
      "tenant": 1,
      "code": "acme-staff",
      "name": "Acme Staff",
      "description": "Standard staff member. Can view and update records in assigned scope.",
      "parent_role": null,
      "is_system": false,
      "permissions": []
    }
  },
  {
    "model": "iam.role",
    "pk": 5,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000005",
      "tenant": 1,
      "code": "acme-viewer",
      "name": "Acme Viewer",
      "description": "Read-only access to tenant data.",
      "parent_role": null,
      "is_system": false,
      "permissions": []
    }
  },
  {
    "model": "iam.role",
    "pk": 6,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "30000000-0000-0000-0000-000000000006",
      "tenant": 2,
      "code": "globex-admin",
      "name": "Globex Admin",
      "description": "Full administrative access within the Globex tenant.",
      "parent_role": 1,
      "is_system": false,
      "permissions": []
    }
  }
]
