diff --git a/skills/src/csharp/experimental/eventskill/cognitivemodels.json b/skills/src/csharp/experimental/eventskill/cognitivemodels.json index 2199d5f57a..5231a8e08f 100644 --- a/skills/src/csharp/experimental/eventskill/cognitivemodels.json +++ b/skills/src/csharp/experimental/eventskill/cognitivemodels.json @@ -5,22 +5,22 @@ { "id": "General", "name": "", - "appid": "", + "appId": "", "version": "0.1", "region": "", - "authoringkey": "", + "authoringKey": "", "authoringRegion": "", - "subscriptionkey": "" + "subscriptionKey": "" }, { "id": "Event", "name": "", - "appid": "", + "appId": "", "version": "0.1", "region": "", - "authoringkey": "", + "authoringKey": "", "authoringRegion": "", - "subscriptionkey": "" + "subscriptionKey": "" } ] }