Commit b19ce8af authored by Michele Carignani's avatar Michele Carignani
Browse files

added minimum value 0 requirement where SOL005 specifies UnsignedInt

parent 3af4c61d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -496,10 +496,12 @@
         description: >
           Identifies the lower bound of the port range. upperPort Integer
         type: integer
         minimum: 0
       upperPort:
         description: >
           Identifies the upper bound of the port range.
         type: integer
         minimum: 0
         
   Mask:
     description: >
+7 −4
Original line number Diff line number Diff line
@@ -250,14 +250,17 @@ definitions:
        description: >
          The minimal disk for this software image in bytes.
        type: integer
        minimum: 0 
      minRam:
        description: >
          The minimal RAM for this software image in bytes.
        type: integer
        minimum: 0 
      size:
        description: >
          Size of this software image in bytes.
        type: integer
        minimum: 0 
      userMetadata:
        description: >
          User-defined data.