{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/availabilityStarts.prop.jsd", "title": "http://alumio.com/availabilityStarts", "description": "The beginning of the availability of the product or service included in the offer.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "DateTime.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }