Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 0bf73a3

Browse files
authored
Update cognitivemodels.json (#2246)
Fix casing to follow standard from other skills
1 parent 499c273 commit 0bf73a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

skills/src/csharp/experimental/eventskill/cognitivemodels.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
{
66
"id": "General",
77
"name": "",
8-
"appid": "",
8+
"appId": "",
99
"version": "0.1",
1010
"region": "",
11-
"authoringkey": "",
11+
"authoringKey": "",
1212
"authoringRegion": "",
13-
"subscriptionkey": ""
13+
"subscriptionKey": ""
1414
},
1515
{
1616
"id": "Event",
1717
"name": "",
18-
"appid": "",
18+
"appId": "",
1919
"version": "0.1",
2020
"region": "",
21-
"authoringkey": "",
21+
"authoringKey": "",
2222
"authoringRegion": "",
23-
"subscriptionkey": ""
23+
"subscriptionKey": ""
2424
}
2525
]
2626
}

0 commit comments

Comments
 (0)