Skip to content
Snippets Groups Projects
Commit 84ee3ad3 authored by Sana Zulfiqar's avatar Sana Zulfiqar Committed by Giacomo Bernini
Browse files

updated schema

parent 3ce884d5
No related branches found
No related tags found
2 merge requests!199Merge "3.3.1 dev" into "release 3" master,!168SOL005 VNF Package Management - Implementation of deltas between v3.3.1 and v2.7.1
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
......@@ -14,8 +14,7 @@
"createdAt",
"minDisk",
"minRam",
"size",
"imagePath"
"size"
],
"type": "object",
"properties": {
......@@ -107,7 +106,11 @@
"type": "object"
},
"imagePath": {
"description": "Path in the VNF package, which identifies the image artifact and also allows to access a copy of the image artifact.\n",
"description": "Path which identifies the image artifact and also allows to access a copy of the image artifact.\n",
"type": "string"
},
"imageUri": {
"description": "URI of the image artifact as defined in the VNF package manifest.\n",
"type": "string"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment