Distributor Schema

NameData TypeDescription
user_idIntegerReserved for future use
operator_idIntegerInternal id of the operator
nameStringCommon name of the distributor
idIntegerInternal id of the distributor
StateStringState in which the distributor resides in
original_idInteger
operatorCollectionCollection of operator data
capacity_weightInteger
nameStringCommon name of the distributor
iso_prefixStringPrefix of the operator
idIntegerInternal 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