StreamFilters

Object specifying the stream attribute on which to filter.

Live StreamingMediaVideoReal-Time

Properties

Name Type Description
health object
View JSON Schema on GitHub

JSON Schema

ivs-stream-filters-schema.json Raw ↑
{
  "$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."
        }
      ]
    }
  }
}