{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/deliveryAddress.prop.jsd", "title": "http://alumio.com/deliveryAddress", "description": "The delivery address for the order.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "PostalAddress.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }