-
#### Use-case abstract
According to docs `readonly` parameter [should give False](http://docs.python-cerberus.org/en/stable/validation-rules.html#readonly) on validation if field with that paramete…
-
As we move over from ``day/month/year``, sometimes as required, to allow instead ``date``, we need to update all the schemas to reflect that. rn I have a more urgent need for this to be fixed in the…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
In the error reported here: h…
-
Hi.
I often use jsons for validation schemas. This helps to provide more info about the config and makes it more versatile. This usually works great with Cerberus. The problems begin when I try to …
-
```python
>>> import cerberus
>>> cerberus.__version__
'1.3.4'
>>> from cerberus.validator import Validator
>>> Validator().normalized({'f': '123'}, schema={'f': {'type': 'integer', 'coerce': int…
-
It would be nice to add a section to the docs with the main differences between Cerberus and [jsonschema](http://python-jsonschema.readthedocs.io/en/latest/), possibly including some use cases where o…
-
Every `Explanation` has a wide variety of available fields in the `data` dictionary depending on the algorithm, but some fields are common across algorithm types yet have different names and different…
-
http://json-schema.org/
This is maybe more generic than https://docs.python-cerberus.org/en/stable/index.html ?
-
Hi Keith,
If you would like a puzzle, there appear to be EOFs finding their ways into the middle of results from various queries; but I haven't figured out where/why. Once upon a time I wrote a c…
-
As per @anibalsolon's idea while discussing having pipeline configs auto-populate missing values with defaults.