{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/address.prop.jsd", "title": "http://alumio.com/address", "description": "Physical address of the item.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "PostalAddress.jsd" } ] } }, "allOf": [ { "$ref": "identifier.prop.jsd" }, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }