Protobuf to JSON Schema
Convert Protobuf schema definitions to JSON Schema
Protobuf to JSON Type Mapping
double, float → number
int32, int64 → integer
uint32, uint64 → integer
bool → boolean
string → string
bytes → string (base64)
Convert Protobuf schema definitions to JSON Schema