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 a1d47bb commit 3b1bf07Copy full SHA for 3b1bf07
specs/bundled/advanced-personalization.yml
@@ -974,6 +974,12 @@ components:
974
properties:
975
userID:
976
type: string
977
+ type:
978
+ type: string
979
+ enum:
980
+ - basic
981
+ - predictive
982
+ - realtime
983
affinities:
984
type: array
985
items:
@@ -1005,6 +1011,7 @@ components:
1005
1011
1006
1012
required:
1007
1013
- userID
1014
+ - type
1008
1015
- affinities
1009
1016
- lastUpdatedAt
1010
1017
unprocessableEntity:
0 commit comments