{
  "id": "urn:ngsi-ld:Mitigation:01",
  "type": "Mitigation",
  "validFrom": {
    "type": "DateTime",
    "value": "2021-02-18T12:00:00Z"
  },
  "validTo": {
    "type": "DateTime",
    "value": "2021-02-18T12:00:00Z"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            23.6627,
            41.88768
          ],
          [
            25.85598,
            43.38622
          ],
          [
            23.4899,
            43.78691
          ],
          [
            22.35609,
            42.28869
          ],
          [
            23.6627,
            41.88769
          ]
        ]
      ]
    }
  },
  "threat": {
    "type": "Text",
    "value": "physical"
  },
  "consequence": {
    "type": "Text",
    "value": "reputation"
  },
  "description": {
    "type": "Text",
    "value": "Mitigation01 Corresponds to reboot the pump"
  },
  "event": {
    "type": "Text",
    "value": "interruption"
  },
  "likelihood": {
    "type": "Number",
    "value": 0.5
  },
  "affects": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:ServiceGISData:01"
    ]
  },
  "apply": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Measure:01"
    ]
  }
}