Skip to content

Commit 0271e4c

Browse files
authored
Update API-design-guidelines.md
1 parent 481a0b2 commit 0271e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/API-design-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ If this capability is present in CAMARA API, the following attributes **must** b
16691669
16701670
| attribute name | type | attribute description | cardinality |
16711671
|----------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
1672-
| sink | string | https callback address where the notification must be POST-ed | mandatory |
1672+
| sink | string | https callback address where the notification must be POST-ed, `format: uri` should be used to require a string that is compliant with [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986). | mandatory |
16731673
| sinkCredential | object | Sink credential provides authentication or authorization information necessary to enable delivery of events to a target. In order to be updated in future this object is polymorphic. See detail below. It is RECOMMENDED for subscription consumer to provide credential to protect notification endpoint. | optional |
16741674
16751675
Several types of `sinkCredential` could be available in the future, but for now only access token credential is managed.

0 commit comments

Comments
 (0)