framework
framework copied to clipboard
Cli validation against a jsonschema
As far as I understand, it is not possible to validate a csv file via cli command directly with a json schema. It looks like we need first to convert the jsonschema into a tableschema with the "Schema.from_jsonschema" python command. Wouldn't be interesting to be able to use directly a jsonschema in the cli for easy validation? Or maybe I missed this feature.
Hi @ylaizet,
Thanks! It's not supported yet but I think it's a good idea something like:
frictionless validate table.csv --jsonschema <schema>
The mapper is already implemented so it will be a simple feature to add