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

SOL009_34: ThresholdCrossedNotification updated

parent f2dafb61
Pipeline #5221 running with stage
......@@ -180,10 +180,6 @@ components:
Discriminator for the different notification types. Shall be set to
"ThresholdCrossedNotification" for this notification type.
$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:
description: >
Date and time of the generation of the notification.
......@@ -234,10 +230,6 @@ components:
Links to resources related to this notification.
type: object
properties:
subscription:
description: >
Link to the related subscription.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
objectInstance:
description: >
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.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
required:
- subscription
- objectInstance
required:
- id
- notificationType
- subscriptionId
- timeStamp
- thresholdId
- crossingDirection
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment