-
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…
-
_Originally opened by @myitcv in https://github.com/cuelang/cue/issues/1012_
**Is your feature request related to a problem? Please describe.**
`cue help filetypes` explains the filetypes that CUE…
-
I've started seeing this deprecation warning when running jsonmerge:
```
opt/venv/lib/python3.11/site-packages/jsonmerge/__init__.py:27: DeprecationWarning: Accessing Draft4Validator.resolver is …
-
Hi Francis,
I need have parent Node (not a root Node) in the validate method. Let me explain with example.
My Sample JSON is...
{
"persons":[
{
"value1":1,
"value2":2
…
-
When using `brainpy.connect.TwoEndConnector.require` to require multiple data structures instead of a single 'conn_mat', the real connection frequency is significantly lower than the assigned connecti…
-
```scala
/** Use of discriminator, resulting yaml does not validate. Problematic part:
* ```
* discriminator:
* propertyName: fruit
* mapping:
* Apple: '#/components/schemas/Ap…
-
See for example what Google has done with their cloudevent schemas: https://github.com/googleapis/google-cloudevents/tree/main/jsonschema which are accessible also via URLs such as:
https://googlea…
-
```
$ webpack
Hash: fa21190dc85f7f306103
Version: webpack 1.12.14
Time: 4517ms
Asset Size Chunks Chunk Names
personalDataComponent.js 890 kB 0 [emitted] per…
yapro updated
8 years ago
-
For the enumerated version of the /plans and /plans{name} endpoints (see #518 ), extra contextual fields should be added to the properties describing each plan parameter to support validation when use…
-
We had accepted string represeations of temporal data from DataHarmonizer for multiple reasons:
- the DH data picker saves datetime objects, not dates
- we want to allow users to submit low-resoluti…