Files
openstapps/test/resources/SearchRequest.1.json
Karl-Philipp Wulfert 2d770dde44 feat: add core
2018-11-29 16:22:57 +01:00

37 lines
774 B
JSON

{
"validationErrorNames": [],
"scData": {
"query": "*",
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"field": "type",
"value": "dish"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "main dish"
},
"type": "value"
},
{
"arguments": {
"fromField": "availabilityStarts",
"toField": "availabilityEnds",
"time": "2018-01-15T04:13:00+00:00"
},
"type": "availability"
}
],
"operation": "and"
},
"type": "boolean"
}
}
}