{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/Organization.jsd", "title": "http://alumio.org/Organization", "description": "An organization such as a school, NGO, corporation, club, etc.", "allOf": [ { "$ref": "Thing.jsd" }, { "properties": { "address": { "$ref": "address.prop.jsd" }, "contactPoint": { "$ref": "contactPoint.prop.jsd" }, "department": { "$ref": "department.prop.jsd" }, "legalName": { "$ref": "legalName.prop.jsd" }, "memberOf": { "$ref": "memberOf.prop.jsd" }, "vatID": { "$ref": "vatID.prop.jsd" } } } ] }