diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index c9070685..3fca9e72 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -24,5 +24,5 @@ jobs: run: pip install check-jsonschema - name: "Verify enrichment record json schema" - run: check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/*.json + run: check-jsonschema --schemafile schema/enrichment_record.schema.json data/**/**/*.json \ No newline at end of file