schema-registry-cli 2.1.0

CLI for a schema-registry
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "type": "record",
    "name": "test",
    "fields": [
        {
            "name": "field1",
            "type": "string"
        }
    ]
}