An object that contains the filters for an event source.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FilterCriteria", "title": "FilterCriteria", "type": "object", "properties": { "Filters": { "allOf": [ { "$ref": "#/components/schemas/FilterList" }, { "description": " A list of filters. " } ] } }, "description": " An object that contains the filters for an event source. " }