{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/item.prop.jsd", "title": "http://alumio.com/item", "description": "An entity represented by an entry in a list or data feed (e.g. an artist in a list of artists).", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Thing.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }