{
   "$schema":"http://comchainalliance.org/schema/Community",
   "type":"object",
   "properties":{
      "id":{
         "type":"string"
      },
      "name":{
         "type":"string"
      },
      "funder":{
         "$ref":"http://comchainalliance.org/schema/Member"
      },
      "groups":{
         "type":"array",
         "items":{
            "$ref":"http://comchainalliance.org/schema/Group"
         },
         "uniqueItems":true
      }
   },
   "required":[
      "name"
   ]
}