Azure / Azure/azure-openapi-validator
[AvoidAdditionalProperties] Current implementation may be overly strict, or causing more noise than value
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 57
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 2
Description
**Describe the bug**
False alert for AvoidAdditionalProperties.
**To Reproduce**
It marked the AdditionalProperties in our dictionary properties in the request body. Based on https://swagger.io/docs/specification/data-models/dictionaries/, additionalProperties is just part of the dictionary syntax, not the real property that named AdditionalProperties.
**Expected behavior**
It should not raise the flag for our additionalproperties that defined in our dictionary property
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: windows
- Browser: edge
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.