{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-test-role-response-structure.json",
"name": "TestRoleResponse",
"description": "The TestRoleResponse structure.",
"type": "object",
"properties": {
"Success": {
"allOf": [
{
"$ref": "#/components/schemas/Success"
},
{
"description": "If the operation is successful, this value is true; otherwise, the value is false."
}
]
},
"Messages": {
"allOf": [
{
"$ref": "#/components/schemas/ExceptionMessages"
},
{
"description": "If the Success element contains false, this value is an array of one or more error messages that were generated during the test process."
}
]
}
},
"deprecated": true
}