Files
openstapps/frontend/app/cypress/fixtures/canteen/dishes.multi.req.json
2023-12-05 15:17:00 +00:00

32 lines
598 B
JSON

{
"*": {
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"field": "offers.inPlace.uid"
},
"type": "value"
},
{
"arguments": {
"field": "type",
"value": "dish"
},
"type": "value"
},
{
"arguments": {
"field": "offers.availabilityRange"
},
"type": "availability"
}
],
"operation": "and"
},
"type": "boolean"
}
}
}