schema-registry-cli 2.1.0

CLI for a schema-registry
Documentation
1
2
3
4
5
syntax = "proto3";

message test {
  optional string field1 = 1;
}