Open
Description
The spec defines SearchDocumentsResult.Answers
property as a dictionary.
"@search.answers": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"$ref": "#/definitions/AnswerResult"
}
},
However, the response has it as an array of AnswerResult
objects -
The documentation that shows the response Json also clarifies that.