Skip to content

Commit

Permalink
Merge pull request #118 from ga4gh-beacon/develop
Browse files Browse the repository at this point in the history
Multiscope to main branch
  • Loading branch information
costero-e committed Mar 21, 2024
2 parents 7c64fdf + db307ba commit 75850c3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
"alphanumeric"
],
"type": "string"
},
"scopes": {
"description": "Entry types affected by this filter.",
"examples": [
["individual", "biosample", "analysis", "run", "genomicVariation"],
["biosample"]
],
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
Expand Down Expand Up @@ -104,4 +115,4 @@
}
},
"type": "object"
}
}
15 changes: 15 additions & 0 deletions framework/src/responses/sections/beaconFilteringTermsResults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ definitions:
examples:
- 'B Lymphoblastic Leukemia/Lymphoma'
- 'Aplasia/Hypoplasia of the middle ear'
scopes:
description: >-
Entry types affected by this filter.
examples:
-
- individual
- biosample
- analysis
- run
- genomicVariation
-
- biosample
type: array
items:
type: string
Resource:
type: object
description: >-
Expand Down

0 comments on commit 75850c3

Please sign in to comment.