Skip to content

Commit 67a0916

Browse files
committed
[schema] Added minLength to radio name
1 parent d8ab0e0 commit 67a0916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netjsonconfig/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
"name": {
337337
"type": "string",
338338
"propertyOrder": 1,
339+
"minLength": 3
339340
},
340341
"phy": {
341342
"type": "string",

0 commit comments

Comments
 (0)