{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetServiceLinkedRoleDeletionStatusResponse", "title": "GetServiceLinkedRoleDeletionStatusResponse", "type": "object", "required": [ "Status" ], "properties": { "Status": { "allOf": [ { "$ref": "#/components/schemas/DeletionTaskStatusType" }, { "description": "The status of the deletion." } ] }, "Reason": { "allOf": [ { "$ref": "#/components/schemas/DeletionTaskFailureReasonType" }, { "description": "An object that contains details about the reason the deletion failed." } ] } } }