Skip to content

Commit

Permalink
remove conflicting specifications in filteringTerms
Browse files Browse the repository at this point in the history
This addresses #159 - see comments there.
  • Loading branch information
mbaudis committed Sep 23, 2024
1 parent 1686220 commit 7489882
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 7489882

Please sign in to comment.