Commit 61a4a506 authored by gautamd's avatar gautamd Committed by ruiyue
Browse files

Update TS28318__DSORecovery.yaml

parent 8344251f
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ components:
              $ref: '#/components/schemas/SubNetwork-Multiple'
            OutageAndRecoveryInfo:
              $ref: '#/components/schemas/OutageAndRecoveryInfo-Multiple'
            DsoThresholdMonitor:
              $ref: '#/components/schemas/DsoThresholdMonitor-Multiple'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SubNetwork-ncO'

    OutageAndRecoveryInfo-Single:
@@ -68,7 +70,14 @@ components:
            mnoMaxServiceDuration:
              type: integer
            affectedArea:
              $ref: '#/components/schemas/EnergyServiceLocation'
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/AreaOfInterest'
    DsoThresholdMonitor-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ThresholdMonitor'
        - type: object
          properties:
            targetThresholdLocation:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'



@@ -82,6 +91,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/OutageAndRecoveryInfo-Single'
    DsoThresholdMonitor-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/DsoThresholdMonitor-Single'
        
#--------------------------------- Definition ------------------------------------                          

@@ -90,3 +103,4 @@ components:
        - $ref: '#/components/schemas/MnS'
        - $ref: '#/components/schemas/SubNetwork-Single'
        - $ref: '#/components/schemas/OutageAndRecoveryInfo-Single'
        - $ref: '#/components/schemas/DsoThresholdMonitor-Single'