Skip to content

Commit

Permalink
filtering terms results example listed
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Mar 20, 2024
1 parent e2d7941 commit edf561e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"scopes": {
"description": "Entry types this filter may be applied to.",
"description": "Entry types affected by this filter.",
"examples": [
"[\"individual\", \"biosample\"]"
],
Expand Down
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 edf561e

Please sign in to comment.