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
enum
maxLength
testcase Github_hard---o64556.json, it seems the problem is fields like this:
Github_hard---o64556.json
"StudentLOTE": { "id": "http://naplan.edu.au/StudentLOTE", "type": "string", "title": "StudentLOTE schema.", "maxLength": 4, "enum": [ "0000", "0001", "0002", "0003", "0004", // ... "9702", "9799" ], "description": "Description", "name": "StudentLOTE" },
in particular, checking if 0000|0001|... & .{,4} is non-empty.
0000|0001|...
.{,4}
This may need to be fixed in derivre.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
testcase
Github_hard---o64556.json
, it seems the problem is fields like this:in particular, checking if
0000|0001|...
&.{,4}
is non-empty.This may need to be fixed in derivre.
The text was updated successfully, but these errors were encountered: