{
  "id": "urn:ngsi-ld:Hazard:01",
  "type": "Feature",
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          23.6627,
          41.88768
        ],
        [
          25.85598,
          43.38622
        ],
        [
          23.4899,
          43.78691
        ],
        [
          22.35609,
          42.28869
        ],
        [
          23.6627,
          41.88769
        ]
      ]
    ]
  },
  "properties": {
    "type": "Hazard",
    "analyzedAt": "2021-02-18T12:00:00Z",
    "analysisType": "Flood Hazard Maps",
    "location": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            23.6627,
            41.88768
          ],
          [
            25.85598,
            43.38622
          ],
          [
            23.4899,
            43.78691
          ],
          [
            22.35609,
            42.28869
          ],
          [
            23.6627,
            41.88769
          ]
        ]
      ]
    },
    "contentInformation": [
      {
        "id": 0,
        "value": "Low",
        "color": "(170, 255, 0)"
      },
      {
        "id": 1,
        "value": "Medium",
        "color": "(255, 255, 0)"
      },
      {
        "id": 2,
        "value": "High",
        "color": "(255, 170, 0)"
      }
    ],
    "isAffectedByGIS": "urn:ngsi-ld:GISData:01",
    "isAffectedByEO": "urn:ngsi-ld:EOAnalysis:01",
    "createsLayers": [
      "urn:ngsi-ld:EOGeoDataLayer:05",
      "urn:ngsi-ld:EOGeoDataLayer:06"
    ],
    "@context": [
      "https://smartdatamodels.org/context.jsonld"
    ]
  }
}