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