{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/logpush_filter",
"title": "logpush_filter",
"description": "Filters to drill down into specific events.",
"example": "{\"where\":{\"and\":[{\"key\":\"ClientCountry\",\"operator\":\"neq\",\"value\":\"ca\"}]}}",
"type": "string"
}