{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/height.prop.jsd", "title": "http://alumio.com/height", "description": "The height of the item.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "QuantitativeValue.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }