X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=7cf9d1cb942b6ace500b8e347481110250b94cdb;hb=cede4eb5c53b8e8ec9189b9770cdad9e07041fd2;hp=29c069bc16763d584d3467187689886ace31e0cf;hpb=441dbbf62ad7b33b8f51cfa51bcaac37edbf40d5;p=osm%2FNBI.git diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index 29c069b..7cf9d1c 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -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"}, },