Add m0ar context
This commit is contained in:
parent
f194018616
commit
b8b154e1e8
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
# YAML Schema
|
# YAML Schema
|
||||||
|
|
||||||
A library that implements some amount of jsonschema validation against YAML document ASTs.
|
A library that implements some amount of jsonschema validation against YAML document ASTs.
|
||||||
|
|
||||||
Unlike other JSON-schema validation tools which give document path relative errors, this approach allows for line & file errors more appropriate to user-facing tools.
|
Unlike other JSON-schema validation tools which give document path relative errors, this approach allows for line & file errors more appropriate to user-facing tools.
|
||||||
|
yamlschema [(PyPi)](https://pypi.org/project/yamlschema/) [(Github)](https://github.com/Brightmd/yamlschema) [(source)](https://github.com/Brightmd/yamlschema/blob/master/yamlschema/lib.py) just loads the YAML document fully and punts directly to jsonschema; making it difficult-to-impossible to map errors back to source locations.
|
||||||
|
|
||||||
## API Overview
|
## API Overview
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue