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