Fix incorect pattern for mac-address
[netconf.git] / restconf / restconf-openapi / src / test / resources / yang-document / controller-string-types.json
index b23193344d87a9412ef41962d422ce34e102c02c..bfec0a161abd147f34ff9669c5633c50967f5e26 100644 (file)
           "mac-address": {
             "description": "",
             "type": "string",
-            "example": "00:",
-            "minLength": 6,
-            "maxLength": 6
+            "example": "00:00:00:00:00:00",
+            "minLength": 0,
+            "maxLength": 2147483647
           },
           "phys-address": {
             "description": "",
       "basicAuth": []
     }
   ]
-}
\ No newline at end of file
+}