{
  "id": "urn:ngsi-ld:SimulationResult:01",
  "type": "SimulationResult",
  "description": {
    "type": "Text",
    "value": "Free Text"
  },
  "hasInputNetwork": {
    "type": "Text",
    "value": "urn:ngsi-ld:WaterNetwork:01"
  },
  "refSimulationScenario": {
    "type": "Text",
    "value": "urn:ngsi-ld:Simulation:01"
  },
  "outputParameters": {
    "type": "StructuredValue",
    "value": [
      {
        "parameter": "waterLevel",
        "value": 50,
        "targetURI": "urn:ngsi-ld:Valve:V1"
      },
      {
        "parameter": "initialQuality",
        "value": 2,
        "targetURI": "urn:ngsi-ld:Tank:T1"
      }
    ]
  }
}