Skip to content

Commit

Permalink
[schema] Added minLength and maxLength to wireless "bssid" property
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 21, 2016
1 parent b9a14f3 commit 526c2d1
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 @@ -333,6 +333,8 @@
"bssid": {
"type": "string",
"propertyOrder": 6,
"minLength": 17,
"maxLength": 17,
},
}
},
Expand Down

0 comments on commit 526c2d1

Please sign in to comment.