{ "$schema": "https://schemas.alumio.com/meta/member.jsd#", "$id": "https://schemas.alumio.com/worksFor.prop.jsd", "title": "http://alumio.com/worksFor", "description": "Organizations that the person works for.", "definitions": { "ExpectedType": { "anyOf": [ { "$ref": "Organization.jsd" } ] } }, "allOf": [ true, { "anyOf": [ { "$ref": "#/definitions/ExpectedType" }, { "type": "array", "items": { "$ref": "#/definitions/ExpectedType" } } ] } ] }