transform
transform copied to clipboard
app does not sanitize invalid identifiers
valid input:
{
"type": "object",
"properties": {
"4": {
"type": "boolean"
}
}
}
invalid output:
syntax = "proto2";
message undefined {
optional bool 4 = 1;
}