{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/expectedArrivalUntil.prop.jsd", "title": "http://alumio.com/expectedArrivalUntil", "description": "The latest date the package may arrive.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "DateTime.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }