1{ 2 "version": 2, 3 "waiters": { 4 "FindingRevealed": { 5 "description": "Wait until the sensitive data occurrences are ready.", 6 "delay": 2, 7 "maxAttempts": 60, 8 "operation": "GetSensitiveDataOccurrences", 9 "acceptors": [ 10 { 11 "matcher": "path", 12 "argument": "status", 13 "state": "success", 14 "expected": "SUCCESS" 15 }, 16 { 17 "matcher": "path", 18 "argument": "status", 19 "state": "success", 20 "expected": "ERROR" 21 } 22 ] 23 } 24 } 25}