From f481aa9a187d541a853c3eb66b9e9d0fcf520e15 Mon Sep 17 00:00:00 2001 From: zulfiqar Date: Fri, 5 Mar 2021 10:35:44 +0100 Subject: [PATCH] updated schema --- .../schemas/softwareImage.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SOL003/VNFPackageManagement-API/schemas/softwareImage.schema.json b/SOL003/VNFPackageManagement-API/schemas/softwareImage.schema.json index 809da850..90610b4a 100644 --- a/SOL003/VNFPackageManagement-API/schemas/softwareImage.schema.json +++ b/SOL003/VNFPackageManagement-API/schemas/softwareImage.schema.json @@ -71,6 +71,10 @@ "imagePath": { "description": "Path in the VNF package, 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