Commit d6c42352 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix minItems attribute in SOL002SOL003 LCM def file

parent 889e35e0
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1318,7 +1318,7 @@ definitions:
        description: >
          Reference to the VDU(s) which implement the service accessible via the virtual CP instance. See note.
        type: array
        minitems: 1
        minItems: 1
        items: 
          $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnfd"
      additionalServiceInfo:
@@ -1348,7 +1348,7 @@ definitions:
      portInfo: 
        description: >
          Service port numbers exposed by the virtual CP instance.
        minitems: 1
        minItems: 1
        type: array
        items:
          $ref: "#/definitions/ServicePortInfo"