Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Properties should be lowercase #1

Open
ioggstream opened this issue Nov 13, 2019 · 2 comments
Open

Properties should be lowercase #1

ioggstream opened this issue Nov 13, 2019 · 2 comments

Comments

@saniales
Copy link
Contributor

You can just edit the yml file

as per errors.go file interested struct since no json struct tag is specified on any field

type ErrorInvalidValue struct {
Key string
Reason string
}

will automatically use lowercase field names "key" and "reason". So just change the spec without issues.

@sebbalex
Copy link
Member

They are still there to do not break the backward compatibility, but they will be removed on next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants