{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/ContactPoint.jsd", "title": "http://alumio.com/ContactPoint", "description": "A contact point—for example, a Customer Complaints department.", "allOf": [ { "$ref": "StructuredValue.jsd" }, { "properties": { "contactType": { "$ref": "contactType.prop.jsd" }, "email": { "$ref": "email.prop.jsd" }, "faxNumber": { "$ref": "faxNumber.prop.jsd" }, "telephone": { "$ref": "telephone.prop.jsd" }, "contactPerson": { "$ref": "contactPerson.prop.jsd" } } } ] }