Skip to content
Snippets Groups Projects
Commit cb678ffd authored by Jakob Olsson's avatar Jakob Olsson
Browse files

definitions: add regex pattern to pin_t

parent 68f04bad
Branches
No related tags found
No related merge requests found
......@@ -116,7 +116,8 @@
"pin_t": {
"type": "string",
"minLength": 8,
"maxLength": 8
"maxLength": 8,
"pattern": "^[0-9]*$"
},
"bandwidth_t": {
"title": "Bandwidth",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment