{ "$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-key-arn-list-structure.json", "name": "StreamKeyArnList", "description": "StreamKeyArnList schema", "type": "array", "items": { "type": "string", "pattern": "^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$", "minLength": 1, "maxLength": 128 } }