{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/minValue.prop.jsd", "title": "http://alumio.com/minValue", "description": "The lower value of some characteristic or property.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Number.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }