Ivs Import Playback Key Pair Response Structure

ImportPlaybackKeyPairResponse schema

Type: object Properties: 1
Live StreamingMediaVideoReal-Time

ImportPlaybackKeyPairResponse 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

keyPair

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-import-playback-key-pair-response-structure.json",
  "name": "ImportPlaybackKeyPairResponse",
  "description": "ImportPlaybackKeyPairResponse schema",
  "type": "object",
  "properties": {
    "keyPair": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PlaybackKeyPair"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  }
}