{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/releaseDate.prop.jsd", "title": "http://alumio.com/releaseDate", "description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Date.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }