allow ns_action over a vdu
[osm/NBI.git] / osm_nbi / validation.py
index 29c069b..7cf9d1c 100644 (file)
@@ -227,6 +227,7 @@ ns_action = {   # TODO for the moment it is only contemplated the vnfd primitive
     "properties": {
         "member_vnf_index": name_schema,
         "vnf_member_index": name_schema,  # TODO for backward compatibility. To remove in future
+        "vdu_id": name_schema,
         "primitive": name_schema,
         "primitive_params": {"type": "object"},
     },