{
  "id": "streetlightgroup:mycity:A12",
  "type": "StreetlightGroup",
  "location": {
    "type": "MultiLineString",
    "coordinates": [
      [
        [
          100.0,
          0.0
        ],
        [
          101.0,
          1.0
        ]
      ],
      [
        [
          102.0,
          2.0
        ],
        [
          103.0,
          3.0
        ]
      ]
    ]
  },
  "powerState": "on",
  "areaServed": "Calle Comercial Centro",
  "circuitId": "C-456-A467",
  "dateLastSwitchingOn": "2016-07-07T19:59:06.618Z",
  "dateLastSwitchingOff": "2016-07-07T07:59:06.618Z",
  "refStreetlightCabinetController": "cabinetcontroller:CC45A34",
  "switchingOnHours": [
    {
      "from": "--11-30",
      "to": "--01-07",
      "hours": "Mo,Su 16:00-02:00",
      "description": "Christmas"
    }
  ]
}