We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When encountering an unknown attribute serde_json is listing all available attributes, e.g.
invalid JSON: unknown field `tell_me_your_secrets`, expected one of `foo`, `bar`, `experiment_38a` at line 1 column 24
This makes it easy to discover semi-hidden parts of an API (e.g. experiments that only some users of the API should be exposed to).
Is there a way to disable this behaviour?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When encountering an unknown attribute serde_json is listing all available attributes, e.g.
This makes it easy to discover semi-hidden parts of an API (e.g. experiments that only some users of the API should be exposed to).
Is there a way to disable this behaviour?
The text was updated successfully, but these errors were encountered: