Operators Schema

NameData TypeDescription
capacity_weightInteger
nameStringCommon name of the operator
iso_prefixStringPrefix of the operator
idIntegerInternal id of the operator
[
  {
    "capacity_weight": 1,          ...
    "name": "",                    Common name of the operator
    "iso_prefix": "",              Prefix of the operator
    "id": 1                        Internal id of the operator
  },
  ...
]

rev 1.0 2023-02-13