{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/isGift.prop.jsd", "title": "http://alumio.com/isGift", "description": "Was the offer accepted as a gift for someone other than the buyer.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Text.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" } ] } ] }