Closed tjprescott closed 8 months ago
I believe the tool is correct, and the error is in the "old" version of the spec:
"TasksState": {
"properties": {
"tasks": {
"properties": {
"completed": {
"type": "integer"
},
Describe the bug Example Log
However, when I look at the actual Swagger: https://github.com/Azure/azure-rest-api-specs/blob/2923f9c6563b296485957fd1ab55114ba7c8c8f7/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzetext.json
So I don't understand why this rule is being triggered.
int32
is called out as valid in the docs and in the code. I don't see anything obvious in the LintDiff rule code that would be wrong:Expected behavior This should not trigger any kind of violation.