{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/unitCode.prop.jsd", "title": "http://alumio.com/unitCode", "description": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" }, { "$ref": "URL.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }