Releases: ogri-la/release.json-validator
Releases · ogri-la/release.json-validator
0.2.0
Added
- the
--in
parameter now accepts .jsonl
input.
each line in the .jsonl
file will be validated as an individual release.json
file.
Changed
- the
--in
parameter must now have either a .json
or .jsonl
extension.
- the
--schema
parameter must now have a .json
extension.
0.1.0
initial release with barest minimum functionality.