@@ -408,8 +408,6 @@ components:
408
408
The address to which events shall be delivered using the selected
409
409
protocol.
410
410
example : " https://endpoint.example.com/sink"
411
- sinkCredential :
412
- $ref : " #/components/schemas/SinkCredential"
413
411
types :
414
412
description : |
415
413
Camara Event types eligible to be delivered by this subscription.
@@ -434,13 +432,23 @@ components:
434
432
type : string
435
433
format : date-time
436
434
description : Date when the event subscription will begin/began
435
+ It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/
436
+ rfc3339#section-5.6) and must have time zone.
437
+ Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which
438
+ allows 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
439
+ example : " 2023-07-03T12:27:08.312Z"
437
440
expiresAt :
438
441
type : string
439
442
format : date-time
440
443
description : |
441
444
Date when the event subscription will expire. Only provided when
442
445
`subscriptionExpireTime` is indicated by API client or Telco
443
446
Operator has specific policy about that.
447
+ It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/
448
+ rfc3339#section-5.6) and must have time zone.
449
+ Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows
450
+ 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
451
+ example : " 2023-07-03T12:27:08.312Z"
444
452
status :
445
453
type : string
446
454
description : |-
@@ -710,10 +718,12 @@ components:
710
718
subscriptionExpireTime :
711
719
type : string
712
720
format : date-time
713
- example : 2023-01-17T13:18:23.682Z
714
721
description : |
715
722
The subscription expiration time (in date-time format) requested by
716
723
the API consumer. Up to API project decision to keep it.
724
+ It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
725
+ 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)
726
+ example : " 2023-07-03T12:27:08.312Z"
717
727
subscriptionMaxEvents :
718
728
type : integer
719
729
description : |
@@ -951,8 +961,12 @@ components:
951
961
type : string
952
962
format : date-time
953
963
description : |
954
- Timestamp of when the occurrence happened. Must adhere to RFC 3339.
955
- example : " 2018-04-05T17:31:00Z"
964
+ Timestamp of when the occurrence happened.
965
+ It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/
966
+ rfc3339#section-5.6) and must have time zone.
967
+ Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows
968
+ 2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z)
969
+ example : " 2023-07-03T12:27:08.312Z"
956
970
957
971
EventTypeNotification :
958
972
type : string
0 commit comments