From https://protobuf.dev/programming-guides/json/ > The name of the enum value as specified in proto is used. Parsers accept both enum names and integer values.
From https://protobuf.dev/programming-guides/json/