From 84ee3ad3952a47b1f492d0a5901262d052c58828 Mon Sep 17 00:00:00 2001 From: zulfiqar <sana.zulfiqar@xflowresearch.com> Date: Tue, 9 Mar 2021 07:59:08 +0100 Subject: [PATCH] updated schema --- .../schemas/softwareImage.schema.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SOL005/VNFPackageManagement-API/schemas/softwareImage.schema.json b/SOL005/VNFPackageManagement-API/schemas/softwareImage.schema.json index 7ccab2a0..9c56ba7c 100644 --- a/SOL005/VNFPackageManagement-API/schemas/softwareImage.schema.json +++ b/SOL005/VNFPackageManagement-API/schemas/softwareImage.schema.json @@ -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" } } -- GitLab