X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=c3e37f75578a5ff9f42da15d4265312661d506cb;hp=fcd3048e32cbeafcca8d36853c6a2794a4714bbc;hb=refs%2Fchanges%2F12%2F8112%2F3;hpb=fe598fe1bcb93d51b5c7bb0373bc06d74e5bf92f;ds=sidebyside diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index fcd3048..c3e37f7 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -307,6 +307,7 @@ ns_action = { # TODO for the moment it is only contemplated the vnfd primitive "vnf_member_index": name_schema, # TODO for backward compatibility. To remove in future "vdu_id": name_schema, "vdu_count_index": integer0_schema, + "kdu_name": name_schema, "primitive": name_schema, "primitive_params": {"type": "object"}, },