{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/customer.prop.jsd", "title": "http://alumio.com/customer", "description": "Party placing the order or paying the invoice.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Customer.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }