From 6602194785ff1e6eb0d49fb279c4b53ae9cff1fc Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 27 Mar 2019 02:12:12 +0100 Subject: [PATCH] SOL003_33 SOL003_34: "IpOverEthernetAddressInfo" data type updated --- src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml index bf91bbf1..a59902a5 100644 --- a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +++ b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml @@ -231,12 +231,11 @@ definitions: This type represents information about a network address that has been assigned. type: object - required: - - macAddress properties: macAddress: description: > - Assigned MAC address. + MAC address, if assigned. + At least one of "macAddress" or "ipAddresses" shall be present. $ref: "SOL002SOL003_def.yaml#/definitions/MacAddress" ipAddresses: description: > @@ -261,6 +260,7 @@ definitions: description: > Fixed addresses assigned (from the subnet defined by "subnetId" if provided). + Exactly one of "addresses" or "addressRange" shall be present. type: array items: $ref: "SOL002SOL003_def.yaml#/definitions/IpAddress" -- GitLab