Skip to content

Commit

Permalink
Metadata schemas: rename epos-0 to epos-msl-0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Oct 10, 2023
1 parent 9aa720d commit cf2bfd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Validate JSON schemas
run: |
ajv compile -s "schemas/{core-0,core-1,dag-0,default-0,default-1,default-2,epos-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-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,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-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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://yoda.uu.nl/schemas/epos-0/metadata.json",
"$id": "https://yoda.uu.nl/schemas/epos-msl-0/metadata.json",
"$schema": "http://json-schema.org/draft-07/schema",
"definitions": {
"stringNormal": {
Expand Down Expand Up @@ -823,7 +823,7 @@
"required": [ "rel", "href" ],
"properties": {
"rel": { "const": "describedby" },
"href": { "const": "https://yoda.uu.nl/schemas/epos-0/metadata.json" }
"href": { "const": "https://yoda.uu.nl/schemas/epos-msl-0/metadata.json" }
}
}
},
Expand Down
File renamed without changes.

0 comments on commit cf2bfd8

Please sign in to comment.