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