[ModelValidation] Swagger ModelValidation PR check reports false positive on empty object response body
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
The Swagger ModelValidation PR check in azure-rest-api-specs is reporting an INVALID_TYPE error in [PR 22540](https://github.com/Azure/azure-rest-api-specs/pull/22540/checks?check_run_id=11997747971) that appears to be a false positive.

The message details reference the response of "Participants_Update" which is defined as "UpdateParticipantsResult", whose schema is an object with no properties:

And this is exactly what is specified in the example:

Contributor guide
Assessment
This issue has not been assessed yet.