ENUM

SolutionSimilarityScore

Indicates the solution similarity score of the test session.

link GraphQL Schema definition

1enum SolutionSimilarityScore {
2
3none
4
5low
6
7medium
8
9high
10
11# Indicates that the score could not be fetched, for example because the request
12# author is not authorized to fetch suspicious activity information.
13not_applicable
14}