Commit 3af4c61d authored by Michele Carignani's avatar Michele Carignani
Browse files

fix: replaced type unsignedInt with type integer and mimimum value 0

parent 237b28af
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ definitions:
          within one reporting period are reported together.    
          In particular when choosing short collection and reporting periods, the number of PM jobs that can be
          supported depends on the capability of the producing entity.
        type: UnsignedInt
        type: integer
        minimum: 0
        default: 0       
      reportingPeriod:
        description: >
@@ -73,7 +74,8 @@ definitions:
          within one reporting period are reported together.    
          In particular when choosing short collection and reporting periods, the number of PM jobs that can be
          supported depends on the capability of the producing entity.          
        type: UnsignedInt
        type: integer
        minimum: 0
        default: 0        
      reportingBoundary:
        description: >