{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/paymentDueDate.prop.jsd", "title": "http://alumio.com/paymentDueDate", "description": "The date that payment is due. Supersedes paymentDue.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "DateTime.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }