X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=5c755221e6b897c4ca0c3934c9e8e292e1e879d5;hp=112461b1db6463efbed41ed4f483687d5595a41e;hb=eab1507cb7a80d8881fcee6ba95ee318b6b035d3;hpb=544a2ae8b0b950b55f29c3f0a223ffe4874285e5 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"] },