{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/unitText.prop.jsd", "title": "http://alumio.com/unitText", "description": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for `unitCode`.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }