{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/partOfInvoice.prop.jsd", "title": "http://alumio.com/partOfInvoice", "description": "The order is being paid as part of the referenced Invoice.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Invoice.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }