valid input: ~~~json {"1": "hello", "2": "world"} ~~~ invalid output: ~~~proto syntax = "proto3"; message SomeMessage { string 1 = 1; string 2 = 2; } ~~~ https://protobuf.dev/reference/protobuf/proto3-spec/#identifiers