Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ixes for `$id` in JSON Schemas
  • Loading branch information
jmfernandez committed Oct 9, 2024
1 parent 6b5375c commit ed4c7de
Show file tree
Hide file tree
Showing 4,038 changed files with 4,049 additions and 4,049 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion json-schemas/2.0.x/_shared.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/_shared",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/_shared",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "OpenEBench Benchmarking Data Model shared schema definitions",
"definitions": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/admin/privilege.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Privilege",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Privilege",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Security privileges concept (OpenEBench Benchmarking Data Model schemas)",
"type": "object",
Expand All @@ -20,7 +20,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Privilege" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Privilege" ]
},
"roles" : {
"title": "The roles assigned to this contact",
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/benchmarkingEvent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/BenchmarkingEvent",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/BenchmarkingEvent",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Benchmarking Event concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -46,7 +46,7 @@
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/BenchmarkingEvent" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/BenchmarkingEvent" ]
},

"orig_id": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/challenge.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Challenge",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Challenge",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Challenge concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -46,7 +46,7 @@
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Challenge" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Challenge" ]
},

"orig_id": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/community.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Community",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Community",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Community concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -30,7 +30,7 @@
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Community" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Community" ]
},

"references": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/contact.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Contact",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Contact concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand All @@ -22,7 +22,7 @@
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Contact" ]
},

"links": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/dataset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Dataset concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -46,7 +46,7 @@
"title": "The JSON schema absolute URI. It must match the value of '$id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Dataset" ]
},

"orig_id": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/idsolv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/idSolv",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/idSolv",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Simple Namespace resolver for CURIE ids (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand All @@ -22,7 +22,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/idSolv" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/idSolv" ]
},

"name": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/metrics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Metrics",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Metrics",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Metrics concept (OpenEBench Benchmarking Data Model schemas)",
"description": "Abstract definition of any operation (implemented by a Tool) applied to a dataset",
Expand Down Expand Up @@ -47,7 +47,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Metrics" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Metrics" ]
},

"orig_id": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/reference.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Reference",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Reference",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Bibliographic reference concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand All @@ -18,7 +18,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Reference" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Reference" ]
},
"dependable_community_ids": {
"title": "Dependable community ids",
Expand Down
2 changes: 1 addition & 1 deletion json-schemas/2.0.x/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "OpenEBench Benchmarking Data Model schemas",
"type": "array",
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/testAction.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/TestAction",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/TestAction",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Test Action concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -38,7 +38,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/TestAction" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/TestAction" ]
},

"orig_id": {
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/2.0.x/tool.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Tool",
"$id": "https://w3id.org/openebench/scientific-schemas/2.0/Tool",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "Tool concept (OpenEBench Benchmarking Data Model schemas)",
"$comment": "allOf and placeholders inspired by https://stackoverflow.com/a/24365393",
Expand Down Expand Up @@ -46,7 +46,7 @@
"title": "The JSON schema absolute URI. It must match the value of 'id' in the JSON schema",
"type": "string",
"format": "uri",
"enum": [ "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Tool" ]
"enum": [ "https://w3id.org/openebench/scientific-schemas/2.0/Tool" ]
},

"orig_id": {
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/BenchmarkingEvent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/BenchmarkingEvent",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/BenchmarkingEvent",
"name": "CAMEO week 2017-01-14",
"community_id":"OEBC008",
"is_automated": true,
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/Challenge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:CAMEO-3D_2017-01-14",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Challenge",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Challenge",
"name": "CAMEO-3D-week-263",
"benchmarking_event_id": "CAMEO:2017-01-14",
"is_automated": true,
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/Community.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "OEBC008",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Community",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Community",
"name": "Continuous Automated Model Evaluation",
"acronym": "CAMEO",
"status": "active",
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/Contacts/CAMEO_contact1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "orcid:0000-0001-7896-6217",
"_schema" : "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact",
"_schema" : "https://w3id.org/openebench/scientific-schemas/2.0/Contact",
"community_id" : "OEBC008",
"givenName": "David",
"surname": "Baker",
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/Contacts/CAMEO_contact2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "orcid:0000-0003-2715-335X",
"_schema" : "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact",
"_schema" : "https://w3id.org/openebench/scientific-schemas/2.0/Contact",
"community_id" : "OEBC008",
"givenName": "Torsten",
"surname": "Schwede",
Expand Down
2 changes: 1 addition & 1 deletion prototype-data/2.0.x/CAMEO/Contacts/CAMEO_contact3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "orcid:0000-0002-6813-3200",
"_schema" : "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Contact",
"_schema" : "https://w3id.org/openebench/scientific-schemas/2.0/Contact",
"community_id" : "OEBC008",
"givenName": "Xavier",
"surname": "Robin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000003_1_A_IDDT_server11",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000003_1_A_IDDT_server20",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000004_1_A_IDDT_server11",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000004_1_A_IDDT_server20",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000021_1_A_IDDT_server11",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of UfSP from C.elegans Score for IDDT. server20",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000021_1_A_IDDT_server20",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of UfSP from C.elegans Score for IDDT. server20",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000024_1_A_IDDT_server20",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "assessment",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Insights into Hunter syndrome from the structure of iduronate-2- sulfatase",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000003_1_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000004_1_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "The solution NMR structure of the C-terminal effector domain of BfmR from Acinetobacter baumannii",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000010_1_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of phosphoribulokinase from Methanospirillum hungatei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000013_2_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of death receptor 4 (DR4; TNFFRSF10A) bound to TRAIL (TNFSF10)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000021_1_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of UfSP from C.elegans",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000024_1_I",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "input",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Insights into Hunter syndrome from the structure of iduronate-2- sulfatase",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000003_1_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000004_1_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "The solution NMR structure of the C-terminal effector domain of BfmR from Acinetobacter baumannii",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000010_1_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of phosphoribulokinase from Methanospirillum hungatei",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000013_2_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of death receptor 4 (DR4; TNFFRSF10A) bound to TRAIL (TNFSF10)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000021_1_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Crystal structure of UfSP from C.elegans",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000024_1_M",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "metrics_reference",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Insights into Hunter syndrome from the structure of iduronate-2- sulfatase",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_id": "CAMEO:2017-01-14_00000003_1_P_server11",
"_schema": "https://www.elixir-europe.org/excelerate/WP2/json-schemas/2.0/Dataset",
"_schema": "https://w3id.org/openebench/scientific-schemas/2.0/Dataset",
"type": "participant",
"challenge_ids": ["CAMEO:CAMEO-3D_2017-01-14"],
"name": "Solution structure of a PWWP doamin from Trypanosoma brucei",
Expand Down
Loading

0 comments on commit ed4c7de

Please sign in to comment.