This compares two integer values. If the filed value is more than the comparison value it returns true
{
"conditionType": "greaterThan",
"comparisonValue": 10,
"questionId": "number"
}
The above compares number to 10. If it is greater than 10 returns true.