Feature 10975: adds vim-flavor-id to ns_instantiate_vdu schema
[osm/NBI.git] / osm_nbi / validation.py
index 33ede77..e5c2a03 100644 (file)
@@ -137,6 +137,7 @@ ns_instantiate_vdu = {
     "type": "object",
     "properties": {
         "id": name_schema,
+        "vim-flavor-id": name_schema,
         "volume": {
             "type": "array",
             "minItems": 1,