Skip to content

Commit

Permalink
ModelValidation fixed in example instead of spec - non breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithikkss committed Sep 25, 2020
1 parent 303c5ca commit 58ddb84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,10 @@
"description": "Post body schema for Replace KB operation.",
"additionalProperties": false,
"required": [
"qnaList"
"qnAList"
],
"properties": {
"qnaList": {
"qnAList": {
"type": "array",
"description": "List of Q-A (QnADTO) to be added to the knowledgebase. Q-A Ids are assigned by the service and should be omitted.",
"items": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Ocp-Apim-Subscription-Key": "{API key}",
"kbId": "9d091697-fb8c-4ed5-9ac0-35bf8273bfff",
"replaceKb": {
"qnaList": [
"qnAList": [
{
"id": 0,
"answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitle",
Expand Down

0 comments on commit 58ddb84

Please sign in to comment.