Skip to content

Commit 7e8b971

Browse files
Merge pull request #265442 from cmelo05/main
Fix warnings output example in Custom Web API skill in skillsets page
2 parents 50aed78 + 4396e11 commit 7e8b971

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)