Commit c17fad47 authored by Ayesha Ayub's avatar Ayesha Ayub
Browse files

fix attribute 'fileSize' by removing its maximum value

parent cce3f096
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -355,9 +355,6 @@ definitions:
              The size of the report file in bytes, if known.
            type: integer 
            minimum: 0
            maximum: 1024
            # TODO: How to express unsigned int? 
            # Done using min and max params to set a range for positive int.
      pmJobConnection:
        description: >
          An access information and interface information of PM job to monitor the PM of VNF instance by the VNFM. 
+0 −3
Original line number Diff line number Diff line
@@ -355,9 +355,6 @@ definitions:
              The size of the report file in bytes, if known.
            type: integer 
            minimum: 0
            maximum: 1024
            # TODO: How to express unsigned int? 
            # Done using min and max params to set a range for positive int.
      pmJobConnection:
        description: >
          An access information and interface information of PM job to monitor the PM of VNF instance