OBJECT
SolutionSimilarity
Indicates whether solution of a test session was found suspiciously similar to solution of another test session.
link GraphQL Schema definition
1 type SolutionSimilarity { 2 3 SolutionSimilarityScore! : 4 5 # Exists only if the score is not 'not_applicable' or 'none'. 6 SolutionSource] : [ 7 8 }