Skip to content

Commit

Permalink
fix "examples" beaconFilteringTermsResults.json
Browse files Browse the repository at this point in the history
should be an array of arrays...
  • Loading branch information
redmitry authored Mar 20, 2024
1 parent edf561e commit 1447418
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"scopes": {
"description": "Entry types affected by this filter.",
"examples": [
"[\"individual\", \"biosample\"]"
["individual", "biosample", "analysis", "run", "genomicVariation"],
["biosample"]
],
"type": "array",
"items": {
Expand Down Expand Up @@ -114,4 +115,4 @@
}
},
"type": "object"
}
}

0 comments on commit 1447418

Please sign in to comment.