/
Review points for M4

Review points for M4

The changes in Commonalities between rc-1 and public release:

For APIs using event subscriptions:

Added note and changed descriptions for date-time formats #404

ย 

Change the descriptions of subscription parameters:

SinkCredential

accessTokenExpiresUtc

startsAt

expiresAt

SinkCredential

description: | The type of the credential. Note: Type of the credential - MUST be set to ACCESSTOKEN for now

AccessTokenCredential: accessTokenExpiresUtc

description: | REQUIRED. An absolute (UTC) timestamp at which the token shall be considered expired. In the case of an ACCESS_TOKEN_EXPIRED termination reason, implementation should notify the client before the expiration date. If the access token is a JWT and registered "exp" (Expiration Time) claim is present, the two expiry times should match. It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone. Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z) example: "2023-07-03T12:27:08.312Z"

RefreshTokenCredential: accessTokenExpiresUtc

ย 

description: | REQUIRED. An absolute (UTC) timestamp at which the token shall be considered expired. In the case of an ACCESS_TOKEN_EXPIRED termination reason, implementation should notify the client before the expiration date. If the access token is a JWT and registered "exp" (Expiration Time) claim is present, the two expiry times should match. It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone. Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z) example: "2023-07-03T12:27:08.312Z"

startsAt

expiresAt

ย 

Sink format corrected and improved description of protocol and sink properties #414 #418 #421

sink parameter is defined twice - in the request and the response:

HTTPS should be used for notifications

Removed sinkCredential from Subscription schema in event-subscription-template.yaml in #400

ย 

Removed sinkCredential from Subscription (in the response) schema in event-subscription-template.yaml

sinkCredential is not present in Subscription response component in current API definitions

ย 

ย 

ย 

ย