{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/PropertyValue.jsd", "title": "http://alumio.com/PropertyValue", "description": "A property-value pair, e.g. representing a feature of a product or place. Use the `name` property for the name of the property. If there is an additional human-readable version of the value, put that into the `description` property.", "allOf": [ { "$ref": "StructuredValue.jsd" }, { "properties": { "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" } } } ] }