{
  "id": "urn:ngsi-ld:User:01",
  "type": "CallUser",
  "aliasName": {
    "type": "Text",
    "value": "85c42919-2f6b-4c61-a40e-1cbf7f5fc337"
  },
  "name": {
    "type": "Text",
    "value": "John"
  },
  "surname": {
    "type": "Text",
    "value": "Doe"
  },
  "contactPhone": {
    "type": "Text",
    "value": "+306912345678"
  },
  "makesComplaints": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Complaint:01",
      "urn:ngsi-ld:Complaint:02"
    ]
  }
}