{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/salesChannel.prop.jsd", "title": "http://alumio.com/salesChannel", "description": "The sales channel which a Customer belongs.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" }, { "$ref": "StructuredValue.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }