{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/productionDate.prop.jsd", "title": "http://alumio.com/productionDate", "description": "The date of production of the item, e.g. vehicle.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Date.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }