From 3af4c61d84a901ed90004cc1050df067f4554714 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Fri, 8 Mar 2019 16:11:08 +0100 Subject: [PATCH] fix: replaced type unsignedInt with type integer and mimimum value 0 --- .../definitions/SOL005NSPerfomananceManagement_def.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerfomananceManagement_def.yaml b/src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerfomananceManagement_def.yaml index 9bca927..5e0d8c1 100644 --- a/src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerfomananceManagement_def.yaml +++ b/src/SOL005/NSPerformanceManagement/definitions/SOL005NSPerfomananceManagement_def.yaml @@ -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: > -- GitLab