{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-test-role-response-schema.json", "title": "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 }