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
Steps to reproduce
"schema": { "properties": { "id": { "type": "string", "pattern": "^[0-7]$" }, "title": { "title": "Title", "type": "string", "pattern": "^[0-7]$", "description": "Short title" } }
{"id": "abc", "title": "1"}
Expected
id
Actual behaviour
See:
kinto/kinto/views/records.py
Lines 63 to 69 in 239deea
The text was updated successfully, but these errors were encountered:
Validate record ID (fixes #1942)
add69d1
Merge pull request #1951 from Kinto/1942-validate-record-id
6e45cc2
No branches or pull requests
Steps to reproduce
{"id": "abc", "title": "1"}
Expected
id
field does not match patternActual behaviour
id
See:
kinto/kinto/views/records.py
Lines 63 to 69 in 239deea
The text was updated successfully, but these errors were encountered: