blob: 01b899d7bdf75169161e7c148191f264af6c1fc8 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001{
2 "propertyValue": {
3 "max": 2500,
4 "min": 0
5 },
6
7 "validationPatterns": {
8 "string": "^[\\sa-zA-Z0-9+-]+$",
9 "comment": "^[\\u0000-\\u00BF]*$",
10 "integer": "^(([-+]?\\d+)|([-+]?0x[0-9a-fA-F]+))$"
11 }
12}