Ivs Stream Filters Structure

Object specifying the stream attribute on which to filter.

Type: object Properties: 1
Live StreamingMediaVideoReal-Time

StreamFilters is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

health

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-stream-filters-structure.json",
  "name": "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."
        }
      ]
    }
  }
}