Commit f8be105e authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL009_34: ThresholdCrossedNotification updated

parent f2dafb61
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -180,10 +180,6 @@ components:
            Discriminator for the different notification types. Shall be set to
            Discriminator for the different notification types. Shall be set to
            "ThresholdCrossedNotification" for this notification type.
            "ThresholdCrossedNotification" for this notification type.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/String"
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/String"
        subscriptionId:
          description: >
            Identifier of the subscription that this notification relates to.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier"
        timeStamp:
        timeStamp:
          description: >
          description: >
            Date and time of the generation of the notification.
            Date and time of the generation of the notification.
@@ -234,10 +230,6 @@ components:
            Links to resources related to this notification.
            Links to resources related to this notification.
          type: object
          type: object
          properties:
          properties:
            subscription:
              description: >
                Link to the related subscription.
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
            objectInstance:
            objectInstance:
              description: >
              description: >
                Link to the resource representing the measured object instance to which
                Link to the resource representing the measured object instance to which
@@ -249,12 +241,10 @@ components:
                Link to the resource that represents the threshold that was crossed.
                Link to the resource that represents the threshold that was crossed.
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
              $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
          required:
          required:
            - subscription
            - objectInstance
            - objectInstance
      required:
      required:
        - id
        - id
        - notificationType
        - notificationType
        - subscriptionId
        - timeStamp
        - timeStamp
        - thresholdId
        - thresholdId
        - crossingDirection
        - crossingDirection