Object specifying the stream attribute on which to filter.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-stream-filters-schema.json", "title": "StreamFilters", "description": "Object specifying the stream attribute on which to filter.", "type": "object", "properties": { "health": { "allOf": [ { "$ref": "#/components/schemas/StreamHealth" }, { "description": "The stream\u2019s health." } ] } } }