Skip to content

Commit

Permalink
Metadata schemas: sync epos-msl-0 with default-3
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 11, 2023
1 parent cf2bfd8 commit b3e466e
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 57 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Validate JSON schemas
run: |
ajv compile -s "schemas/{core-0,core-1,dag-0,default-0,default-1,default-2,epos-msl-0,hptlab-0,hptlab-1,teclab-0,teclab-1,vocabulary-0,vollmer-0}/metadata.json" --spec=draft7 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-0,core-1,dag-0,default-0,default-1,default-2,epos-msl-0,hptlab-0,hptlab-1,teclab-0,teclab-1,vocabulary-0,vollmer-0}/uischema.json" --spec=draft7 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-0,core-1,dag-0,default-0,default-1,default-2,hptlab-0,hptlab-1,teclab-0,teclab-1,vocabulary-0,vollmer-0}/metadata.json" --spec=draft7 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-0,core-1,dag-0,default-0,default-1,default-2,hptlab-0,hptlab-1,teclab-0,teclab-1,vocabulary-0,vollmer-0}/uischema.json" --spec=draft7 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-2,default-3}/metadata.json" --spec=draft2019 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-2,default-3}/uischema.json" --spec=draft2019 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-2,default-3,epos-msl-0}/metadata.json" --spec=draft2019 --strict=false --validate-formats=false
ajv compile -s "schemas/{core-2,default-3,epos-msl-0}/uischema.json" --spec=draft2019 --strict=false --validate-formats=false
ajv compile -s "datarequest/schemas/*/*/*.json" --spec=draft7 --strict=false --validate-formats=false
Loading

0 comments on commit b3e466e

Please sign in to comment.