Commit 8fd6709a authored by sunse's avatar sunse
Browse files

fix name change error Update TS28532_perfMnS.yaml

parent 7ef565ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: 'TS28532_comDefs.yaml#/components/schemas/ErrorResponse'
                $ref: 'TS28623_comDefs.yaml#/components/schemas/ErrorResponse'
components:
  schemas:
    PerfNotificationTypes:
@@ -49,7 +49,7 @@ components:
    PerfMetricValue:
      oneOf:
        - type: integer
        - $ref: 'TS28532_comDefs.yaml#/components/schemas/Float'
        - $ref: 'TS28623_comDefs.yaml#/components/schemas/Float'
    PerfMetricDirection:
      type: string
      enum:
@@ -57,7 +57,7 @@ components:
        - DOWN
    NotifyThresholdCrossing:
      allOf:
        - $ref: 'TS28532_comDefs.yaml#/components/schemas/NotificationHeader'
        - $ref: 'TS28623_comDefs.yaml#/components/schemas/NotificationHeader'
        - type: object
          properties:
            observedPerfMetricName: