Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[schema] Added minLength to radio name
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
netjsonconfig/schema.py
|
@@ -336,6 +336,7 @@ |
|
|
"name": { |
|
|
"type": "string", |
|
|
"propertyOrder": 1, |
|
|
"minLength": 3 |
|
|
}, |
|
|
"phy": { |
|
|
"type": "string", |
|
|