blob: ffcc17621aaaba2651ff2141ad7acaf6c7f9f0d1 [file] [log] [blame]
{
"metadata": {
"id": "scoringCondition",
"name": "scoringCondition",
"description": "",
"systemTags": [
"availableToEndUser",
"profileTags",
"aggregated",
"condition",
"profileCondition"
],
"readOnly": true
},
"parentCondition": {
"type": "profilePropertyCondition",
"parameterValues": {
"propertyName": "script::'scores.'+scoringPlanId",
"propertyValueInteger": "parameter::scoreValue",
"comparisonOperator": "parameter::comparisonOperator"
}
},
"parameters": [
{
"id": "scoringPlanId",
"type": "string",
"multivalued": false,
"defaultValue": ""
},
{
"id": "scoreValue",
"type": "integer",
"multivalued": false,
"defaultValue": 0
},
{
"id": "comparisonOperator",
"type": "string",
"multivalued": false,
"defaultValue": "greaterThanOrEqualTo"
}
]
}