summaryrefslogtreecommitdiff
path: root/testSchemaFiles/tables_cluster.json
blob: 4765d85f9eb5ad05038b582339d24a648d84dd75 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "namespace": "system",
  "type": "record",
  "name": "tables_cluster",
  "fields": [
    {
      "name": "database",
      "type": "string"
    }
  ]
}