Skip to content

Commit

Permalink
[schema] Added minLength and maxLength to interface "mac" property
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 21, 2016
1 parent 478ef16 commit b9a14f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
"mac": {
"type": "string",
"title": "mac address",
"minLength": 17,
"maxLength": 17,
"propertyOrder": 2,
},
"mtu": {
Expand Down

0 comments on commit b9a14f3

Please sign in to comment.