Commit 83e2d7f0 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL009_35: PerformanceInformationAvailableNotification updated

parent f8be105e
Pipeline #5222 running with stage
...@@ -271,14 +271,14 @@ components: ...@@ -271,14 +271,14 @@ components:
Shall be set to "PerformanceInformationAvailableNotification" for this Shall be set to "PerformanceInformationAvailableNotification" for this
notification type. 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.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime"
pmJobId:
description: >
Identifier of the PM job for which performance information is available.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier"
objectType: objectType:
description: > description: >
Type of measured object. Type of measured object.
...@@ -304,10 +304,6 @@ components: ...@@ -304,10 +304,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 the Link to the resource representing the measured object instance to which the
...@@ -326,13 +322,12 @@ components: ...@@ -326,13 +322,12 @@ components:
This link should point to an "Individual performance report" resource. This link should point to an "Individual performance report" resource.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink"
required: required:
- subscription
- pmJob - pmJob
- performanceReport - performanceReport
required: required:
- id - id
- notificationType - notificationType
- subscriptionId - pmJobId
- timeStamp - timeStamp
- objectType - objectType
- objectInstanceId - objectInstanceId
......
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