{ "$schema": "https://json-schema.org/draft/2019-09/schema/Organization", "$schemaVersion": "0.0.2", "modelTags": "", "$id": "https://raw.githubusercontent.com/smart-data-models/dataModel.CallComplaints/master/Organization/schema.json", "title": "Call Complaints - Complaints Organization", "description": "This entity contains a harmonised description of a generic Organization made for the Call Complaints domain.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Contact-Commons/properties/contactPoint" }, { "properties": { "type": { "type": "string", "description": "Property. NGSI-LD Entity Type. It must be equal to ComplaintsOrganization.", "enum": [ "ComplaintsOrganization" ] }, "receivesComplaints": { "type": "array", "description": "Relationship. Model:'https://schema.org/Text'. The Ids of the Complaints that this Organization receives.", "items": { "type": "string", "format": "uri" } }, "url": { "type": "string", "format": "uri", "description": "Property. URL which provides a description of this item" } } } ], "required": [ "id", "type" ] }