{
  "id": "https://smart-data-models.github.io/dataModel.Streetlighting/StreetLightFeeder/schema.json",
  "type": "StreetlightFeeder",
  "totalActivePower": {
    "type": "Number",
    "value": 30
  },
  "phaseCurrent": {
    "type": "StructuredValue",
    "value": [
      25,
      28,
      30
    ]
  },
  "reactivePower": {
    "type": "StructuredValue",
    "value": [
      25,
      28,
      30
    ]
  },
  "numStreetlight": {
    "type": "Number",
    "value": 45
  },
  "phaseVoltage": {
    "type": "StructuredValue",
    "value": [
      240,
      120,
      50
    ]
  },
  "totalReactivePower": {
    "type": "Number",
    "value": 200
  },
  "activePower": {
    "type": "StructuredValue",
    "value": [
      120,
      200,
      150
    ]
  },
  "powerState": {
    "type": "Text",
    "value": "ON"
  },
  "observationDateTime": {
    "type": "DateTime",
    "value": "2021-03-11T15:51:02+05:30"
  },
  "deviceInfo": {
    "type": "StructuredValue",
    "value": {
      "rfId": "5634684",
      "deviceBatteryStatus": "Connected",
      "deviceName": "SL1",
      "deviceId": "43",
      "measurand": "6",
      "deviceSimNumber": "6755375727",
      "deviceModel": {
        "brandName": "abc",
        "manufacturerName": "xyz",
        "modelName": "SL1",
        "modelURL": "www.abcstreetlight.com"
      }
    }
  }
}