{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/Person.jsd", "title": "http://alumio.org/Person", "description": "A person (alive, dead, undead, or fictional).", "allOf": [ { "$ref": "Thing.jsd" }, { "properties": { "address": { "$ref": "address.prop.jsd" }, "birthDate": { "$ref": "birthDate.prop.jsd" }, "email": { "$ref": "email.prop.jsd" }, "familyName": { "$ref": "familyName.prop.jsd" }, "faxNumber": { "$ref": "faxNumber.prop.jsd" }, "gender": { "$ref": "gender.prop.jsd" }, "givenName": { "$ref": "givenName.prop.jsd" }, "height": { "$ref": "height.prop.jsd" }, "honorificPrefix": { "$ref": "honorificPrefix.prop.jsd" }, "jobTitle": { "$ref": "jobTitle.prop.jsd" }, "memberOf": { "$ref": "memberOf.prop.jsd" }, "vatID": { "$ref": "vatID.prop.jsd" }, "weight": { "$ref": "weight.prop.jsd" }, "worksFor": { "$ref": "worksFor.prop.jsd" } } } ] }