{
  "title":"Test Public Collections",
  "system_name":"test-public-collection",
  "version":"1.1.0",
  "api_version": "0.7.1",
  "collections": [{
    "name": "votes", 
    "fields": [{
      "name": "note",
      "type": "number",
      "operations": ["average"]
    },{
      "name": "comment",
      "type": "string"
    }]
  }]
}