ci: check json schema sets always additionalProperties

Even if it is set to true.
Avoids forgetting adding fields and thinking it is tested
pull/13843/head
Philippe Antoine 9 months ago committed by Victor Julien
parent 2028a3f9f8
commit 266809a0f2

@ -237,6 +237,9 @@ jobs:
- name: Check EVE schema ordering
run: ./scripts/schema-sort.py --check ./etc/schema.json
- name: Check EVE schema has all additionalProperties
run: test $(cat etc/schema.json | 'paths( objects | (.type == "object" and (has("additionalProperties") | not) )) | join(".")' | wc -l) = "0"
almalinux-9:
name: AlmaLinux 9 (schema)
runs-on: ubuntu-latest

Loading…
Cancel
Save