{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "description": { "type": "string", "description": "Description of the research community/research infrastructure" }, "id": { "type": "string", "description": "OpenAIRE id of the research community/research infrastructure" }, "name": { "type": "string", "description": "The long name of the community" }, "originalId": { "type": "string", "description": "The acronym of the community" }, "subject": { "description": "Only for research communities: the list of the subjects associated to the research community", "type": "array", "items": { "type": "string" } }, "type": { "type": "string", "description": "One of {Research Community, Research infrastructure}" }, "zenodo_community": { "type": "string", "description": "The URL of the Zenodo community associated to the Research community/Research infrastructure" } } }