Skip to content

Commit 4396e11

Browse files
committed
Fix warnings output example in Custom Web API skill in skillsets page
1 parent 3c5a466 commit 4396e11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/cognitive-search-custom-skill-web-api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ The "output" corresponds to the response returned from your Web API. The Web API
192192
"hitPositions": []
193193
},
194194
"errors": null,
195-
"warnings": {
195+
"warnings": [
196+
{
196197
"message": "No occurrences of 'Hi' were found in the input text"
197-
}
198+
}
199+
]
198200
},
199201
]
200202
}

0 commit comments

Comments
 (0)