{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/Customer.jsd", "title": "http://alumio.org/Customer", "description": "Party placing the order or paying the invoice.", "allOf": [ { "$ref": "Person.jsd" }, { "properties": { "customerGroup": { "$ref": "customerGroup.prop.jsd" }, "salesChannel": { "$ref": "salesChannel.prop.jsd" } } } ] }