From aeae71abc5aa6330270a6e62ded4138aa536defb Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 7 May 2025 03:59:39 +0000 Subject: [PATCH 1/2] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index 99bb35ef4..fbae5ac5a 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2216,11 +2216,13 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' + uniqueItems: true allowedTime: type: array uniqueItems: true items: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' + uniqueItems: true NRECMappingRule-Single: allOf: -- GitLab From b347221ef1057d101bd9b29c1c723ddfb9b08c3c Mon Sep 17 00:00:00 2001 From: ruiyue Date: Mon, 26 May 2025 03:48:45 +0000 Subject: [PATCH 2/2] Update file TS28541_NrNrm.yaml --- OpenAPI/TS28541_NrNrm.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenAPI/TS28541_NrNrm.yaml b/OpenAPI/TS28541_NrNrm.yaml index fbae5ac5a..fb17b0687 100755 --- a/OpenAPI/TS28541_NrNrm.yaml +++ b/OpenAPI/TS28541_NrNrm.yaml @@ -2216,13 +2216,11 @@ components: uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' - uniqueItems: true allowedTime: type: array uniqueItems: true items: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' - uniqueItems: true NRECMappingRule-Single: allOf: -- GitLab