{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/image.prop.jsd", "title": "http://alumio.com/image", "description": "An image of the item. This can be a URL or a fully described ImageObject.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "URL.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }