Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions artifacts/notification-templates/sample-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ externalDocs:
url: https://github.com/camaraproject/Commonalities

servers:
- url: "{apiRoot}"
- url: "{sinkRoot}"
variables:
apiRoot:
default: https://localhost:8080
sinkRoot:
default: https://endpoint.example.com
description: Can be any notification server address sent by the client application

tags:
Expand Down Expand Up @@ -74,3 +74,6 @@ components:
type: http
scheme: bearer
bearerFormat: "{$request.body#/sinkCredential.credentialType}"
description: |
Bearer token for notification delivery. Token format is determined
by `sinkCredential.credentialType` in the subscription request.