diff --git a/OpenAPI/TS28567_CclNrm.yaml b/OpenAPI/TS28567_CclNrm.yaml index f8f6c70dbef643426609da3ce62e2204173e1dde..48a8f05e60f0ae68aa21c672c2f292cbe0cf6444 100644 --- a/OpenAPI/TS28567_CclNrm.yaml +++ b/OpenAPI/TS28567_CclNrm.yaml @@ -109,7 +109,7 @@ components: faultManagementAlarmIdList: type: array items: - type: string + $ref: '#/components/schemas/AlarmRef' faultManagementBackUpObjectRequirement: type: boolean faultManagementIsolateObjectRequirement: @@ -151,7 +151,7 @@ components: generatedAlarmResultList: type: array items: - type: string + $ref: '#/components/schemas/GeneratedAlarmResult' faultManagementCCLReportTime: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime' @@ -168,6 +168,8 @@ components: type: array items: type: string + alarmListRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' CCLScopeCoordinationCapability: type: object @@ -200,6 +202,15 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' cCLGoalBreachPercentage: type: integer + + AlarmRef: + type: object + properties: + alarmListRef: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn' + alarmId: + type: string + #-------Definition of the generic dataType --------------#