From 86632c1e0a11c6aa60d954d6ea762053e79dac67 Mon Sep 17 00:00:00 2001 From: ligan Date: Thu, 7 May 2026 14:10:53 +0000 Subject: [PATCH] Edit TS28104_MdaNrm.yaml --- OpenAPI/TS28104_MdaNrm.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/OpenAPI/TS28104_MdaNrm.yaml b/OpenAPI/TS28104_MdaNrm.yaml index 735cbbd7..5590496d 100644 --- a/OpenAPI/TS28104_MdaNrm.yaml +++ b/OpenAPI/TS28104_MdaNrm.yaml @@ -145,6 +145,19 @@ components: format: float minimum: 0 + AnalysisRequirement: + oneOf: + - type: object + properties: + timeConstraint: + type: array + items: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' + - type: object + properties: + resourceConstraint: + type: string + MDADomain: type: string enum: @@ -224,6 +237,10 @@ components: type: array items: $ref: 'TS28623_ThresholdMonitorNrm.yaml#/components/schemas/ThresholdInfo' + analysisRequirements: + type: object + items: + $ref: '#/components/schemas/AnalysisRequirement' thresholdMonitorRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' MDAReport-Single: -- GitLab