Skip to content

Commit

Permalink
[schema] Fixed interface minLength attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 24, 2016
1 parent b903c6f commit de98ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 15,
"minLenght": 2,
"pattern": "^[^\\s]*$",
"propertyOrder": 0,
},
Expand Down

0 comments on commit de98ae6

Please sign in to comment.