Skip to content

Commit 3b1bf07

Browse files
committed
feat(specs): add advanced personalization profile type
1 parent a1d47bb commit 3b1bf07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs/bundled/advanced-personalization.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,12 @@ components:
974974
properties:
975975
userID:
976976
type: string
977+
type:
978+
type: string
979+
enum:
980+
- basic
981+
- predictive
982+
- realtime
977983
affinities:
978984
type: array
979985
items:
@@ -1005,6 +1011,7 @@ components:
10051011
type: string
10061012
required:
10071013
- userID
1014+
- type
10081015
- affinities
10091016
- lastUpdatedAt
10101017
unprocessableEntity:

0 commit comments

Comments
 (0)