Skip to content

Commit 2ee13af

Browse files
authored
feat(specs): add lastUpdatedAt to personalization real-time user (#5126)
1 parent 62dc240 commit 2ee13af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specs/advanced-personalization/common/schemas/RealtimeUser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RealtimeUser:
55
required:
66
- version
77
- userID
8+
- lastUpdatedAt
89
- search
910
properties:
1011
version:
@@ -13,6 +14,10 @@ RealtimeUser:
1314
userID:
1415
type: string
1516
description: User ID of the user.
17+
lastUpdatedAt:
18+
type: string
19+
description: Date and time when the profile was last computed, in RFC 3339 format.
20+
example: 2023-06-15T15:06:04.249906Z
1621
search:
1722
type: object
1823
description: |

0 commit comments

Comments
 (0)