blob: 01b899d7bdf75169161e7c148191f264af6c1fc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"propertyValue": {
"max": 2500,
"min": 0
},
"validationPatterns": {
"string": "^[\\sa-zA-Z0-9+-]+$",
"comment": "^[\\u0000-\\u00BF]*$",
"integer": "^(([-+]?\\d+)|([-+]?0x[0-9a-fA-F]+))$"
}
}
|