{
  "id": "urn:ngsi-ld:Organization:01",
  "type": "ComplaintsOrganization",
  "name": {
    "type": "Text",
    "value": "Water Board of Lemesos"
  },
  "contactPoint": {
    "type": "StructuredValue",
    "value": [
      {
        "name": "ContactPoint",
        "telephone": "25830000",
        "email": "contact@wbl.com.cy",
        "contactType": "24 hours Customer Service",
        "url": "https://www.wbl.com.cy/en/page/home"
      }
    ]
  },
  "receivesComplaints": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Complaint:01",
      "urn:ngsi-ld:Complaint:02"
    ]
  }
}