{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/paymentMethodId.prop.jsd", "title": "http://alumio.com/paymentMethodId", "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }