Commit 2ce57f7c authored by Brendan Hassett's avatar Brendan Hassett
Browse files

Fix issues with alarm identification

parent d24dad23
Loading
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ components:
          faultManagementAlarmIdList:
            type: array
            items:
              type: string
              $ref: '#/components/schemas/Alarm'
          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

    Alarm:
      type: object
      properties:
        alarmListRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        alarmId:
          type: string

  #-------Definition of the generic dataType --------------#