Skip to content

Commit d80e83e

Browse files
authored
Merge pull request #409 from PedroDiez/editorial_issues_event_subscription_template
Editorial Issues for event subscription template
2 parents daf5a8d + 519e390 commit d80e83e

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.
@@ -545,7 +546,7 @@ components:
545546

546547
SubscriptionId:
547548
type: string
548-
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).
549+
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).
549550
example: qs15-h556-rt89-1298
550551

551552
CloudEvent:

0 commit comments

Comments
 (0)