From: garciadeblas Date: Tue, 7 Feb 2017 14:50:48 +0000 (+0100) Subject: removed patern_name schema from openmano_schema since it was not used X-Git-Tag: v1.1.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=58e26622182491b25fab84cc1ccc3dc18e190fb1;p=osm%2FRO.git removed patern_name schema from openmano_schema since it was not used Change-Id: I3e0ed4349eae37e8521525c36a9e790ff1b9a7aa Signed-off-by: garciadeblas --- 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" : "^[^,;()'\"]+$"}