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
number
In JSON Schema safe_subset mode
safe_subset
integer
string
However you can still produce infinite numbers in safe_subset mode.
Finish the safe_subset implementation in JSON Schema through
json_schema.py already has the following attributes which can be provided a safe_subset-mode default:
json_schema.py
bounds = { "minDigitsInteger", "maxDigitsInteger", "minDigitsFraction", "maxDigitsFraction", "minDigitsExponent", "maxDigitsExponent", }
warning
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What behavior of the library made you think about the improvement?
In JSON Schema
safe_subset
modeinteger
andstring
cannot continue infinitely Fix Infinite Repetition in JSON Schemas Using Integer and String #1154However you can still produce infinite
number
s insafe_subset
mode.How would you like it to behave?
Finish the
safe_subset
implementation in JSON Schema throughjson_schema.py
already has the following attributes which can be provided asafe_subset
-mode default:Questions
warning
?The text was updated successfully, but these errors were encountered: