Add support for 6.0.23

This commit is contained in:
Paul Tyng
2020-10-19 11:13:51 -04:00
parent 020dad41e7
commit abc676f62b
84 changed files with 2131 additions and 252 deletions

View File

@@ -0,0 +1,8 @@
{
"type": "^(boolean|hexarray|integer|ipaddress|macaddress|text)$",
"code": "^(?!(?:15|42|43|44|51|66|67|252)$)([7-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-4])$",
"name": "^[A-Za-z0-9-_]{1,25}$",
"signed": "^(true|false)$",
"width": "^(8|16|32)$"
}