Skip to content

Commit 519e390

Browse files
committed
Editorial Issues for event subscription template
1 parent 5642fa8 commit 519e390

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

artifacts/camara-cloudevents/event-subscription-template.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ info:
1616

1717
externalDocs:
1818
description: Product documentation at CAMARA
19-
url: https://github.com/camaraproject/
19+
url: https://github.com/camaraproject/{apiRepository}
20+
# {apiRepository} MUST be replaced by the CAMARA Subproject Repository name where the API design based on this template is hosted.
2021
servers:
2122
- url: "{apiRoot}/api-name/vx.y"
2223
# api-name and version should be valued accordingly to the CAMARA API versioning guidelines, e.g. for a version x.y.z, put v0.y for x=0 or just vx for x>0 in the url.
@@ -525,7 +526,7 @@ components:
525526

526527
SubscriptionId:
527528
type: string
528-
description: The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as `subscriptionId` as per [Commonalities Event Notification Model](https://github.com/camaraproject/Commonalities/blob/main/documentation/API-design-guidelines.md#122-event-notification).
529+
description: The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as `subscriptionId` as per [Commonalities Event Notification Model](/documentation/API-design-guidelines.md#122-event-notification).
529530
example: qs15-h556-rt89-1298
530531

531532
CloudEvent:

0 commit comments

Comments
 (0)