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
Pipeline #367 passed with stage
in 0 seconds
......@@ -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: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment