Azure / Azure/azure-openapi-validator
[new rule]: The body parameter in patch operation should not be nullable
Open
sdk-rule
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 57
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
### Lint rule description
The body parameter in patch operation should not be nullable, check this https://github.com/Azure/autorest.csharp/issues/1968 for more information.
### Related swagger example
N
### Category
SDK
### Severity level
Warning
### Applies to
Management plane API spec, Data plane API spec
### How to fix the violation
Mark it as required, "required": true
### What't the impact if breaking the rule
Usage issue
Contributor guide
Assessment
This issue has not been assessed yet.