Add timeout_ns_update to the NS update params in valdation.py
[osm/NBI.git] / osm_nbi / validation.py
index 112461b..5c75522 100644 (file)
@@ -447,6 +447,7 @@ ns_update = {
     "properties": {
         "lcmOperationType": string_schema,
         "nsInstanceId": id_schema,
+        "timeout_ns_update": integer1_schema,
         "updateType": {
             "enum": ["CHANGE_VNFPKG", "REMOVE_VNF", "MODIFY_VNF_INFORMATION"]
         },