Commit 6e4ccf1c authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch '28.567_Rel19_CR0004_Correction_for_Stage3_of_Fault_Management_CCL' into 'Integration_Rel19_SA5_163_YAML'

28.567_Rel19_CR0004_Correction_on_Stage3_Fault_Management_CCL

See merge request !1939
parents 2d37ed14 bde8618c
Loading
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -106,13 +106,15 @@ components:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'    
      - type: object
        properties:
          FaultManagementAlarmIdList:
          faultManagementAlarmIdList:
            type: array
            items:
              type: string
          FaultManagementBackUpObjectRequirement:
          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: