Skip to content

Commit

Permalink
Add 'filtersLogic' property
Browse files Browse the repository at this point in the history
This is a BSC's Logical Filters proposal for the Beacons Queries.
  • Loading branch information
redmitry authored Mar 5, 2025
1 parent b3448ad commit 0c00461
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion framework/json/requests/beaconRequestBody.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"$ref": "./filteringTerms.json",
"description": "Ontology based filters. Using CURIE syntax is encouraged."
},
"filtersLogic": {
"type": "string",
"description": "Logical query applied to the filters."
},
"includeResultsetResponses": {
"$ref": "../common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
},
Expand Down Expand Up @@ -48,4 +52,4 @@
"meta"
],
"type": "object"
}
}

0 comments on commit 0c00461

Please sign in to comment.