Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Jan 30, 2024
2 parents aaa02fa + ecfc30c commit 163b2f3
Show file tree
Hide file tree
Showing 5 changed files with 2,022 additions and 26 deletions.
21 changes: 4 additions & 17 deletions available.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"HDRUK": [
"2.1.2",
"2.1.3",
"2.1.0",
"2.0.2"
],
"GWDM": [
"1.0",
"1.1",
"latest"
],
"SchemaOrg": [
"default",
"BioSchema",
"GoogleRecommended"
]
}
"HDRUK": ["2.1.2", "2.1.3", "2.1.0", "2.0.2"],
"GWDM": ["1.0", "1.1"],
"SchemaOrg": ["default", "BioSchema", "GoogleRecommended"]
}
7 changes: 2 additions & 5 deletions hdr_schemata/models/GWDM/create_json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
from v1_1 import Gwdm11
import json

Gwdm10.save_schema('1.0/schema.json')
Gwdm11.save_schema('1.1/schema.json')
Gwdm11.save_schema('latest/schema.json')


Gwdm10.save_schema("1.0/schema.json")
Gwdm11.save_schema("1.1/schema.json")
3 changes: 1 addition & 2 deletions hdr_schemata/models/HDRUK/2.0.2/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://hdruk.github.io/schemata/schema/dataset/latest/dataset.schema.json",
"type": "object",
"title": "HDR UK Dataset Schema",
"description": "HDR UK Dataset Metadata JSONSchema",
Expand Down Expand Up @@ -1822,4 +1821,4 @@
}
}
}


3 changes: 1 addition & 2 deletions hdr_schemata/models/HDRUK/2.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/HDRUK/schemata/master/openapi/datasets.schema.json",
"type": "object",
"title": "Federated Metadata Catalogue - Datasets Endpoint",
"description": "The Federated Metadata Catalogue JSONSchema for the /datasets endpoint",
Expand Down Expand Up @@ -171,4 +170,4 @@
}
}
}
}
}
Loading

0 comments on commit 163b2f3

Please sign in to comment.