We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc240 commit 2ee13afCopy full SHA for 2ee13af
specs/advanced-personalization/common/schemas/RealtimeUser.yml
@@ -5,6 +5,7 @@ RealtimeUser:
5
required:
6
- version
7
- userID
8
+ - lastUpdatedAt
9
- search
10
properties:
11
version:
@@ -13,6 +14,10 @@ RealtimeUser:
13
14
userID:
15
type: string
16
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
21
search:
22
type: object
23
description: |
0 commit comments