{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/vatID.prop.jsd", "title": "http://alumio.com/vatID", "description": "The Value-added Tax ID of the organization or person.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ { "$ref": "identifier.prop.jsd" }, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }