Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Google wrappers proto fails validation #78

Open
jtjeferreira opened this issue Apr 30, 2020 · 0 comments
Open

Google wrappers proto fails validation #78

jtjeferreira opened this issue Apr 30, 2020 · 0 comments

Comments

@jtjeferreira
Copy link

I was trying this in my project and noticed that it fails for the wrappers.proto from google:

// Wrapper message for `uint64`.
//
// The JSON representation for `UInt64Value` is JSON string.
message UInt64Value {
  // The uint64 value.
  uint64 value = 1;
}
{
    "error_type" : "MessageNameCamel",
    "source" : {
      "name" : "UInt64Value",tocGenerate 0s
      "field" : [
        {
          "number" : 1,
          "name" : "value",
          "label" : "LABEL_OPTIONAL",
          "jsonName" : "value",
          "type" : "TYPE_UINT64"
        }
      ]
    }
  },
  {
    "error_type" : "MessageNameCamel",
    "source" : {
      "name" : "UInt32Value",
      "field" : [
        {
          "number" : 1,
          "name" : "value",
          "label" : "LABEL_OPTIONAL",
          "jsonName" : "value",
          "type" : "TYPE_UINT32"
        }
      ]
    }
  }
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant