{
  "id": "urn:ngsi-ld:Complaint:01",
  "type": "Complaint",
  "description": "Pressure of the water that reaches my house is really low to non-existent.",
  "status": "Pending",
  "timestamp": "2021-04-19T10:00:00.000",
  "category": "Low pressure",
  "isMadeBy": "urn:ngsi-ld:User:01",
  "isPartOf": [
    "urn:ngsi-ld:ComplaintsCollection:01",
    "urn:ngsi-ld:ComplaintsCollection:02"
  ],
  "isFiledTo": "urn:ngsi-ld:Organization:01",
  "location": {
    "type": "Point",
    "coordinates": [
      40.3,
      25.5
    ]
  }
}