{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/paymentUrl.prop.jsd", "title": "http://alumio.com/paymentUrl", "description": "The URL for sending a payment.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "URL.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }