{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/orderItemNumber.prop.jsd", "title": "http://alumio.com/orderItemNumber", "description": "The identifier of the order item.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }