Skip to content

Commit ed4c7de

Browse files
committed
Migration to https://w3id.org/openebench/scientific-schemas/2.0/ prefixes for $id in JSON Schemas
1 parent 6b5375c commit ed4c7de

File tree

4,038 files changed

+4049
-4049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,038 files changed

+4049
-4049
lines changed

json-schemas/2.0.x/_shared.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/_shared",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/_shared",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "OpenEBench Benchmarking Data Model shared schema definitions",
55
"definitions": {

json-schemas/2.0.x/admin/privilege.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Privilege",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Privilege",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Security privileges concept (OpenEBench Benchmarking Data Model schemas)",
55
"type": "object",
@@ -20,7 +20,7 @@
2020
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
2121
"type": "string",
2222
"format": "uri",
23-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Privilege" ]
23+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Privilege" ]
2424
},
2525
"roles" : {
2626
"title": "The roles assigned to this contact",

json-schemas/2.0.x/benchmarkingEvent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/BenchmarkingEvent",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/BenchmarkingEvent",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Benchmarking Event concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -46,7 +46,7 @@
4646
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
4747
"type": "string",
4848
"format": "uri",
49-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/BenchmarkingEvent" ]
49+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/BenchmarkingEvent" ]
5050
},
5151

5252
"orig_id": {

json-schemas/2.0.x/challenge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Challenge",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Challenge",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Challenge concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -46,7 +46,7 @@
4646
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
4747
"type": "string",
4848
"format": "uri",
49-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Challenge" ]
49+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Challenge" ]
5050
},
5151

5252
"orig_id": {

json-schemas/2.0.x/community.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Community",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Community",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Community concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -30,7 +30,7 @@
3030
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
3131
"type": "string",
3232
"format": "uri",
33-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Community" ]
33+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Community" ]
3434
},
3535

3636
"references": {

json-schemas/2.0.x/contact.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Contact",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Contact concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -22,7 +22,7 @@
2222
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
2323
"type": "string",
2424
"format": "uri",
25-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact" ]
25+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Contact" ]
2626
},
2727

2828
"links": {

json-schemas/2.0.x/dataset.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Dataset concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -46,7 +46,7 @@
4646
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
4747
"type": "string",
4848
"format": "uri",
49-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset" ]
49+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Dataset" ]
5050
},
5151

5252
"orig_id": {

json-schemas/2.0.x/idsolv.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/idSolv",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/idSolv",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Simple Namespace resolver for CURIE ids (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -22,7 +22,7 @@
2222
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
2323
"type": "string",
2424
"format": "uri",
25-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/idSolv" ]
25+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/idSolv" ]
2626
},
2727

2828
"name": {

json-schemas/2.0.x/metrics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Metrics",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Metrics",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Metrics concept (OpenEBench Benchmarking Data Model schemas)",
55
"description": "Abstract definition of any operation (implemented by a Tool) applied to a dataset",
@@ -47,7 +47,7 @@
4747
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
4848
"type": "string",
4949
"format": "uri",
50-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Metrics" ]
50+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Metrics" ]
5151
},
5252

5353
"orig_id": {

json-schemas/2.0.x/reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Reference",
2+
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Reference",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
44
"title": "Bibliographic reference concept (OpenEBench Benchmarking Data Model schemas)",
55
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
@@ -18,7 +18,7 @@
1818
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
1919
"type": "string",
2020
"format": "uri",
21-
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Reference" ]
21+
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Reference" ]
2222
},
2323
"dependable_community_ids": {
2424
"title": "Dependable community ids",

0 commit comments

Comments
 (0)