{
"$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-batch-start-viewer-session-revocation-response-schema.json",
"title": "BatchStartViewerSessionRevocationResponse",
"description": "BatchStartViewerSessionRevocationResponse schema",
"type": "object",
"properties": {
"errors": {
"allOf": [
{
"$ref": "#/components/schemas/BatchStartViewerSessionRevocationErrors"
},
{
"description": "Each error object is related to a specific channelArn and viewerId pair in the request."
}
]
}
}
}