-
Hello,
I got an error when I call the api() method.
I'm on Cerberus 1.2. No issue with Cerberus 1.1.
```
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34)
[GCC 7.3.0] on linux2
Type "help", "…
-
#### Use-case abstract
It seems like that regexes is simply ignored, when using a coercing function. I would expect that if the input is a string the regex validation shouldn't be affected by the c…
-
We have a use case where we need to run a test with a VM that has additional volumes (e.g. a demo ceph cluster).
We would like to be able to specify this need in the libvirt topology.
parameters t…
-
Used Cerberus 1.1:
- I consulted these documentations:
- [x] http://docs.python-cerberus.org/en/stable/
- [x] http://docs.python-cerberus.org/en/latest/
- I consulted these sections of the…
-
## Current context
In base_Rest, information exchanged by services is validated according to a Cerberus schema defined as dict.
```python
address_request_schema = {
'name': {'type'…
-
Using Cerberus 1.1
I consulted available documentation and found nothing relevant to this problem. It seems similar to #299, but I'm adding this issue to document alternative repro steps, as they …
-
Would be nice to be able to define a base URL from the command line.
-
> The Python package Cerberus is used to validate the format and content of the given
ChemKED file. How does this package handles/reports the inconsistencies with the schemas?
As far as my local tes…
-
Suppose I want to support an abstract payload that uses another field to drive nested validations:
```
TEST_TASK = {
"folder": {
"required": True
}
}
BUILD_TASK = {
"environment"…
-
# Issue
(Unless I am missing something)
Setting `purge_unknown` on Validator (or top-level schemas) will ignore specific `allow_unknown` properties on fields.
The use-case is that while undeclare…