Azure / Azure/azure-rest-api-specs
[WebSearch] Missing organization
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 395
Description
```json
"_type": "Organization",
"name": "GameSpot",
"image": {
"_type": "ImageObject",
"thumbnail": {
"_type": "ImageObject",
"contentUrl": "https:\\/\\/www.bing.com\\/th?id=ON.SIR11122253e55ec394d018718eabba035ad6053f82&pid=News"
}
}
```
`Organization` is not defined in the Swagger, and then we can't deserilize the payload
FYI @sudhansu88
Contributor guide
Research direction
Locate the WebSearch Swagger specification and compare its schema definitions with the JSON payload shown in the issue. Start by tracing deserialization of the response and determine where the missing Organization definition belongs. Done means the schema defines Organization and the provided payload deserializes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100