{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/ItemList.jsd", "title": "http://alumio.com/ItemList", "description": "A list of items of any sort.", "allOf": [ { "$ref": "Intangible.jsd" }, { "properties": { "itemListElement": { "$ref": "itemListElement.prop.jsd" }, "numberOfItems": { "$ref": "numberOfItems.prop.jsd" } } } ] }