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
Our current spec:
https://github.com/stargate/jsonapi/blob/main/docs/jsonapi-spec.md#json-document-field-names
basically allows regexp of:
<user-field-name> ::= ["a-zA-Z0-9_"]+
for fields (plus _id having some special constraints).
_id
Shredder does not yet validate these rules but it should; let's add this validation.
Shredder
The text was updated successfully, but these errors were encountered:
Fix #408: validate characters of document field names
52810ba
Fix #408: validate characters of document field names (#429)
6ca38e7
tatu-at-datastax
Successfully merging a pull request may close this issue.
Our current spec:
https://github.com/stargate/jsonapi/blob/main/docs/jsonapi-spec.md#json-document-field-names
basically allows regexp of:
for fields (plus
_id
having some special constraints).Shredder
does not yet validate these rules but it should; let's add this validation.The text was updated successfully, but these errors were encountered: