| Name | Data Type | Description |
| user_id | Integer | Reserved for future use |
| operator_id | Integer | Internal id of the operator |
| name | String | Common name of the distributor |
| id | Integer | Internal id of the distributor |
| State | String | State in which the distributor resides in |
| original_id | Integer | … |
| operator | Collection | Collection of operator data |
| capacity_weight | Integer | … |
| name | String | Common name of the distributor |
| iso_prefix | String | Prefix of the operator |
| id | Integer | Internal id of the operator |
[
{
"user_id": 0,
"operator_id": 3,
"name": "A & N Electric Coop (MD)",
"id": 1515,
"state": "MD",
"original_id": 84,
"operator": {
"capacity_weight": 0,
"name": "PJM ISO",
"iso_prefix": "pjmiso",
"id": 3
}
},
...
]

rev 1.0 2023-02-13

