Commit 07f7d5b2 authored by Jason Fox's avatar Jason Fox
Browse files

Reformat example.

parent 6432c126
Loading
Loading
Loading
Loading
Loading
+30 −10
Original line number Diff line number Diff line
@@ -1228,20 +1228,40 @@ individual attribute instances for speed; each is identified by a _`datasetId`_.
  "speed": [
    {
      "type": "Property",
      "avg": [[55.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "max": [[56, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "min": [[55, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "distinctCount": [[2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "totalCount": [[2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "avg": [
        [55.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "max": [
        [56, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "min": [
        [55, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "distinctCount": [
        [2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "totalCount": [
        [2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "datasetId": "urn:ngsi-ld:Property:speedometerA4567-speed"
    },
    {
      "type": "Property",
      "avg": [[54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "max": [[54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "min": [[54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "distinctCount": [[1, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "totalCount": [[2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]],
      "avg": [
        [54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "max": [
        [54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "min": [
        [54.5, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "distinctCount": [
        [1, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "totalCount": [
        [2, "2022-08-09T18:25:00Z", "2022-08-09T18:30:00Z"]
      ],
      "datasetId": "urn:ngsi-ld:Property:gpsBxyz123-speed"
    }
  ],