Skip to content

Commit

Permalink
[schema] Added minLength to interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 18, 2016
1 parent bb69ff9 commit d8ab0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"name": {
"type": "string",
"maxLength": 15,
"minLenght": 2,
"pattern": "^[^\\s]*$",
"propertyOrder": 0,
},
Expand Down

0 comments on commit d8ab0e0

Please sign in to comment.