Skip to content

Commit

Permalink
Merge pull request #165 from ga4gh-beacon/remove-conflicting-filterin…
Browse files Browse the repository at this point in the history
…gTerms-definitions

remove conflicting specifications in filteringTerms
  • Loading branch information
mbaudis authored Nov 8, 2024
2 parents 6880bb2 + c735d6f commit 6342540
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 41 deletions.
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 6342540

Please sign in to comment.