Skip to content

Commit

Permalink
Merge pull request #119 from ga4gh-beacon/filteringTerms_filteringTer…
Browse files Browse the repository at this point in the history
…msResults

Filtering terms results examples listed following tendency
  • Loading branch information
redmitry authored Mar 21, 2024
2 parents e2d7941 + 1447418 commit ce1c82d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
"type": "string"
},
"scopes": {
"description": "Entry types this filter may be applied to.",
"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"
}
}
13 changes: 10 additions & 3 deletions framework/src/responses/sections/beaconFilteringTermsResults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@ definitions:
- 'Aplasia/Hypoplasia of the middle ear'
scopes:
description: >-
Entry types this filter may be applied to.
examples:
- '["individual", "biosample"]'
Entry types affected by this filter.
examples:
-
- individual
- biosample
- analysis
- run
- genomicVariation
-
- biosample
type: array
items:
type: string
Expand Down

0 comments on commit ce1c82d

Please sign in to comment.