Skip to content

Commit 729e70a

Browse files
authored
Fixed JSON formatting issue
1 parent 7ac2af3 commit 729e70a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/cognitive-services/personalizer/concepts-features.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -375,20 +375,20 @@ Enabling inference explainability will add a collection to the JSON response fro
375375
],
376376
"eventId": "75269AD0-BFEE-4598-8196-C57383D38E10",
377377
"rewardActionId": "EntertainmentArticle",
378-
"inferenceExplanation: [
378+
"inferenceExplanation": [
379379
{
380-
"id”: "EntertainmentArticle,
381-
"features: [
380+
"id”: "EntertainmentArticle",
381+
"features": [
382382
{
383-
"name: "user.profileType,
384-
"score" 3.0
383+
"name": "user.profileType",
384+
"score": 3.0
385385
},
386386
{
387-
"name: "user.latLong,
388-
"score: -4.3
387+
"name": "user.latLong",
388+
"score": -4.3
389389
},
390390
{
391-
"name: "user.profileType^user.latLong,
391+
"name": "user.profileType^user.latLong",
392392
"score" : 12.1
393393
},
394394
]

0 commit comments

Comments
 (0)