Files
openstapps/frontend/app/cypress/fixtures/schedule/events.search.req.json
2023-12-05 15:17:00 +00:00

18 lines
274 B
JSON

{
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"field": "type",
"value": "academic event"
},
"type": "value"
}
],
"operation": "and"
},
"type": "boolean"
}
}