diff --git a/netjsonconfig/schema.py b/netjsonconfig/schema.py index fa90bfc9b..1b2fbc18f 100644 --- a/netjsonconfig/schema.py +++ b/netjsonconfig/schema.py @@ -134,8 +134,8 @@ "properties": { "name": { "type": "string", + "minLength": 2, "maxLength": 15, - "minLenght": 2, "pattern": "^[^\\s]*$", "propertyOrder": 0, },