{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/availableAtOrFrom.prop.jsd", "title": "http://alumio.com/availableAtOrFrom", "description": "The place(s) from which the offer can be obtained (e.g. store locations).", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }