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