[
  {
    "model": "organizations.organizationnode",
    "pk": 1,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000001",
      "tenant": 1,
      "parent": null,
      "type": "holding",
      "name": "Acme HQ",
      "code": "ACME-HQ",
      "path_string": "/1/",
      "depth": 0,
      "is_active": true
    }
  },
  {
    "model": "organizations.organizationnode",
    "pk": 2,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000002",
      "tenant": 1,
      "parent": 1,
      "type": "department",
      "name": "Operations",
      "code": "ACME-OPS",
      "path_string": "/1/2/",
      "depth": 1,
      "is_active": true
    }
  },
  {
    "model": "organizations.organizationnode",
    "pk": 3,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000003",
      "tenant": 1,
      "parent": 1,
      "type": "department",
      "name": "Sales",
      "code": "ACME-SALES",
      "path_string": "/1/3/",
      "depth": 1,
      "is_active": true
    }
  },
  {
    "model": "organizations.organizationnode",
    "pk": 4,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000004",
      "tenant": 1,
      "parent": 1,
      "type": "department",
      "name": "IT",
      "code": "ACME-IT",
      "path_string": "/1/4/",
      "depth": 1,
      "is_active": true
    }
  },
  {
    "model": "organizations.organizationnode",
    "pk": 5,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000005",
      "tenant": 1,
      "parent": 3,
      "type": "department",
      "name": "Sales East",
      "code": "ACME-SALES-E",
      "path_string": "/1/3/5/",
      "depth": 2,
      "is_active": true
    }
  },
  {
    "model": "organizations.organizationnode",
    "pk": 6,
    "fields": {
      "created_at": "2026-01-01T00:00:00Z",
      "updated_at": "2026-01-01T00:00:00Z",
      "public_id": "20000000-0000-0000-0000-000000000006",
      "tenant": 2,
      "parent": null,
      "type": "company",
      "name": "Globex HQ",
      "code": "GLX-HQ",
      "path_string": "/6/",
      "depth": 0,
      "is_active": true
    }
  }
]
