You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a test to check that the argument to the get_values function is a valid OCDS JSON path. For example, in dataset/distribution/main_procurement_category.py, we'd test that tender.mainProcurementCategory is a JSON path that actually occurs in OCDS data.
We should add a test to check that the argument to the
get_values
function is a valid OCDS JSON path. For example, indataset/distribution/main_procurement_category.py
, we'd test thattender.mainProcurementCategory
is a JSON path that actually occurs in OCDS data.https://ocdskit.readthedocs.io/en/latest/api/schema.html#ocdskit.schema.get_schema_fields can yield all JSON paths from the OCDS schema.
The text was updated successfully, but these errors were encountered: