OBJECT
IntegrityReport
link GraphQL Schema definition
1 type IntegrityReport { 2 3 : IntegrityReportStatus! 4 5 # Becomes available when the status is 'ready'. 6 : SuspicionScore 7 8 # Becomes available when the status is 'ready' and suspicionScore is not 9 # 'not_applicable'. 10 : SolutionSimilarity 11 12 # Becomes available when the status is 'ready' and suspicionScore is not 13 # 'not_applicable'. 14 : SuspiciousActivity 15 16 # Becomes available when the status is 'ready' and suspicionScore is not 17 # 'not_applicable'. 18 : TypingLinearity 19 20 }