update columnValueMaxToBeBetween json schema. (#10176)

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
This commit is contained in:
JINZHANG2017 2023-02-13 10:32:32 +08:00 committed by GitHub
parent 40f8a527ab
commit 1f6ee4a408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@
"parameterDefinition": [
{
"name": "minValueForMaxInCol",
"displayName": "Max",
"description": "Expected maximum value in the column to be greater or equal than",
"displayName": "Min",
"description": "Expected minimum value in the column to be greater or equal than",
"dataType": "INT"
},
{
@ -21,4 +21,4 @@
}
]
}