{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/offers.prop.jsd", "title": "http://alumio.com/offers", "description": "An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Offer.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }