-
-
The simple_(base/wlcg)_schema.yaml need to be converted to a 'python yamale module' compatible schema.
```
var: {type: yamale_type(), required: true, use_default: false}
```
should become
```
v…
maany updated
5 years ago
-
Observed: Currently it's only possible to run `yamale` in a directory, or for a single file.
Expected: It should also be possible to run `yamale` on a given set of files.
Example usage:
```sh…
-
We are using the IPv4/IPv6 addresses and prefixes a lot. The build-in YAMALE ip validator (for example, ip(version=4)) accepts both address (for example 10.0.0.1) and prefix (10.0.0.0/24). However in …
-
**Describe the bug**
I received the following error message during YML validation:
`yamale.yamale_error.YamaleError: Error validating data '/home/pwhite/projects/heat-pump-deployment/resstock/proj…
-
[Yamale](https://github.com/23andMe/Yamale) is a yml schema validator. It would allow us to define a schema and check if the user input files follow that schema.
Esmvalcore uses Yamale for recipe v…
-
[Yamale](https://pypi.org/project/yamale/) is a YAML schema validator. Making and using a YAML schema for `.nengobones.yml` could address several issues we've made thus far (e.g. #21, #24, #25, #26) a…
-
https://github.com/Julian/jsonschema that looks like a good implementation of json schema in python, we could even replace part of our config validation with that.
We are using yamale only here htt…
-
Currently, the schema consists of a mix of ad-hoc definitions and syntax.
This makes it hard to implement a tool to generically validate a given BIDS dataset.
In the ancpbids project (see below fo…
-
First of all: thanks for a great tool!
**Description**
`yamale` CLI can't find schema file if path to schema file doesn't form a valid path with any parent folder of the path to the document file.…