X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=5c755221e6b897c4ca0c3934c9e8e292e1e879d5;hb=refs%2Fchanges%2F82%2F12082%2F1;hp=112461b1db6463efbed41ed4f483687d5595a41e;hpb=544a2ae8b0b950b55f29c3f0a223ffe4874285e5;p=osm%2FNBI.git diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 112461b..5c75522 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -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"] },