open-contracting / ocdskit

A suite of command-line tools for working with OCDS data
https://ocdskit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

validate: Add option to use CoVE #73

Closed jpmckinney closed 3 years ago

jpmckinney commented 5 years ago

With the recent work done on CoVE and lib-cove-ocds, it's easier to integrate with CoVE at a programmatic level. It's useful to have fast schema validation, so the default behavior of the validate command should remain as-is. However, we should add the option to do CoVE's additional checks.

jpmckinney commented 5 years ago

Can either re-use code from Kingfisher Process, or wait for https://github.com/OpenDataServices/cove/issues/1211

jpmckinney commented 3 years ago

This is unlikely to be completed due to low demand. Users can just use lib-cove-ocds' CLI.