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