Skip to content

Commit

Permalink
Merge branch 'schema-urgent-fixes' into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e authored Nov 12, 2024
2 parents dce8dff + 4803e1d commit e16fc9f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://api.mygenomeservice.org/Handover/9dcc48d7-fc88-11e8-9110-b0c592dbf8c0"
}
],
"type": "dataset"
"setType": "dataset"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resultSets:
type: dataset
exists: false
- id: datasetB
type: dataset
setType: dataset
exists: true
resultsCount: 2
resultsHandovers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "ontologyTerm",
"id": "DUO:0000006",
"label": "health or medical or biomedical research",
"version": "2021-02-23"
}
]
"filteringTerms": []
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "ontologyTerm",
"id": "DUO:0000006",
"label": "health or medical or biomedical research",
"version": "2021-02-23"
}
]
"filteringTerms": []
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "alphanumeric",
"id": "gene"
},
{
"ftType": "alphanumeric",
"id": "aminoacidChanges"
}
]
"filteringTerms": []
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
$schema: https://json-schema.org/draft/2020-12/schema
filteringTerms:
- ftType: ontologyTerm
id: DUO:0000006
label: health or medical or biomedical research
version: '2021-02-23'
filteringTerms: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
$schema: https://json-schema.org/draft/2020-12/schema
filteringTerms:
- ftType: ontologyTerm
id: DUO:0000006
label: health or medical or biomedical research
version: '2021-02-23'
filteringTerms: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
$schema: https://json-schema.org/draft/2020-12/schema
filteringTerms:
- ftType: alphanumeric
id: gene
- ftType: alphanumeric
id: aminoacidChanges
filteringTerms: []

0 comments on commit e16fc9f

Please sign in to comment.