From bde8618cb027c2535dc12440c8a65555279164b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Refik=20Fatih=20=C3=9Cstok?= Date: Fri, 3 Oct 2025 06:19:05 +0000 Subject: [PATCH] Edit TS28567_CclNrm.yaml --- OpenAPI/TS28567_CclNrm.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index 1cd88fcd3..e231df4a8 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -106,13 +106,15 @@ components: - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top' - type: object properties: - FaultManagementAlarmIdList: - type: string - FaultManagementBackUpObjectRequirement: + faultManagementAlarmIdList: + type: array + items: + type: string + faultManagementBackUpObjectRequirement: type: boolean - FaultManagementIsolateObjectRequirement: + faultManagementIsolateObjectRequirement: type: boolean - FaultManagementTimeWindow: + faultManagementTimeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' clearUserId: type: string @@ -146,11 +148,11 @@ components: FaultManagementCCLReport: type: object properties: - GeneratedAlarmResultList: + generatedAlarmResultList: type: array items: type: string - FaultManagementCCLReportTime: + faultManagementCCLReportTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' GeneratedAlarmResult: -- GitLab