Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Restricted SSID to 32 characters
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
netjsonconfig/schema.py
|
@@ -138,7 +138,8 @@ |
|
|
] |
|
|
}, |
|
|
"ssid": { |
|
|
"type": "string" |
|
|
"type": "string", |
|
|
"maxLength": 32 |
|
|
}, |
|
|
"bssid": { |
|
|
|
|
|