{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/QuantitativeValue.jsd", "title": "http://alumio.com/QuantitativeValue", "description": "A point value or interval for product characteristics and other purposes.", "allOf": [ { "$ref": "StructuredValue.jsd" }, { "properties": { "additionalProperty": { "$ref": "additionalProperty.prop.jsd" }, "maxValue": { "$ref": "maxValue.prop.jsd" }, "minValue": { "$ref": "minValue.prop.jsd" }, "unitCode": { "$ref": "unitCode.prop.jsd" }, "unitText": { "$ref": "unitText.prop.jsd" }, "value": { "$ref": "value.prop.jsd" } } } ] }