Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "id": "urn:ngsi-ld:TrafficFlowObserved:3e71fb32-b499-467f-bf0d-69ca047c2790",
    "type": "TrafficFlowObserved"
    "averageVehicleSpeed": {
      "type": "Property",
      "value": 5954
    },
    "dateObserved": {
      "type": "Property",
      "value": "2021-09-09T14:54:20Z"
    },
    "intensity": {
      "type": "Property",
      "value": 93
    },
    "laneID": {
      "type": "Property",
      "value": 6
    },
    "@context": [
      "https://schema.lab.fiware.org/ld/context",
      "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
    ],
  }

...