Skip to content

Commit

Permalink
Merge pull request #194 from ga4gh-beacon/main
Browse files Browse the repository at this point in the history
Updating schema-urgent-fixes from last main release
  • Loading branch information
costero-e authored Dec 13, 2024
2 parents 1d3eeb3 + 47af89c commit 3df917e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
18 changes: 18 additions & 0 deletions framework/json/responses/sections/beaconFilteringTermsResults.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@
"alphanumeric"
],
"type": "string"
},
"values": {
"description": "Optional list of possible values for alphanumeric filters",
"examples": [
[
"benign",
"likely benign",
"pathogenic"
],
[
"pathogenic"
]
],
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"required": [
Expand Down
14 changes: 14 additions & 0 deletions framework/src/responses/sections/beaconFilteringTermsResults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ $defs:
type: array
items:
type: string
values:
description: >-
Optional list of possible values for alphanumeric filters
examples:
-
- benign
- likely benign
- pathogenic
-
- pathogenic
type: array
items:
type: string
minItems: 1
Resource:
type: object
description: >-
Expand Down

0 comments on commit 3df917e

Please sign in to comment.