codemeta-gen / metagen

Main package to generate codemeta.json files
MIT License
0 stars 1 forks source link

Validate metadata.yaml files with JSON Schema #2

Open jonathansick opened 7 years ago

jonathansick commented 7 years ago

We can use JSON schema to both formally document the metadata.yaml schema and validate metadata.yaml documents. In practice, I've found that it works perfectly fine with YAML files (especially once they've been parsed into Python dicts anyhow).

Links