{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/isSimilarTo.prop.jsd", "title": "http://alumio.com/isSimilarTo", "description": "A pointer to another, functionally similar product (or multiple products).", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Product.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }