[
  {
    "model": "tenants.tenant",
    "pk": 1,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "10000000-0000-0000-0000-000000000001",
      "slug": "acme",
      "name": "Acme Corporation",
      "status": "active",
      "plan_ref": "enterprise",
      "settings": {}
    }
  },
  {
    "model": "tenants.tenant",
    "pk": 2,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "10000000-0000-0000-0000-000000000002",
      "slug": "globex",
      "name": "Globex Industries",
      "status": "active",
      "plan_ref": "standard",
      "settings": {}
    }
  }
]
