From 58e26622182491b25fab84cc1ccc3dc18e190fb1 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 7 Feb 2017 15:50:48 +0100 Subject: [PATCH] removed patern_name schema from openmano_schema since it was not used Change-Id: I3e0ed4349eae37e8521525c36a9e790ff1b9a7aa Signed-off-by: garciadeblas --- openmano_schemas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmano_schemas.py b/openmano_schemas.py index 1ea64f63..14fb6523 100644 --- a/openmano_schemas.py +++ b/openmano_schemas.py @@ -28,7 +28,6 @@ __author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes" __date__ ="$09-oct-2014 09:09:48$" #Basis schemas -patern_name="^[ -~]+$" passwd_schema={"type" : "string", "minLength":1, "maxLength":60} nameshort_schema={"type" : "string", "minLength":1, "maxLength":60, "pattern" : "^[^,;()'\"]+$"} name_schema={"type" : "string", "minLength":1, "maxLength":255, "pattern" : "^[^,;()'\"]+$"} -- 2.25.1