Skip to content

Commit b9a14f3

Browse files
committed
[schema] Added minLength and maxLength to interface "mac" property
1 parent 478ef16 commit b9a14f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netjsonconfig/schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
"mac": {
147147
"type": "string",
148148
"title": "mac address",
149+
"minLength": 17,
150+
"maxLength": 17,
149151
"propertyOrder": 2,
150152
},
151153
"mtu": {

0 commit comments

Comments
 (0)