Commit bde8618c authored by Refik Fatih Üstok's avatar Refik Fatih Üstok Committed by ruiyue
Browse files

Edit TS28567_CclNrm.yaml

parent 2d37ed14
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: