We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
given the rules az-property-type:
this generate false positive as it catches properties in examples .
use case beeing that i have an API with endpoints returning an object containing a field called "properties" as part of the payload
for instance
examples: Dog: description: | Creation of a Zero Coupon scenario value: type: GOOD_DOG properties: size: TALL legs: - id : 1
returns warning az-property-type Property should have a defined type. components.examples.Dog.value.properties.legs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
given the rules az-property-type:
this generate false positive as it catches properties in examples .
use case beeing that i have an API with endpoints returning an object containing a field called
"properties" as part of the payload
for instance
returns
warning az-property-type Property should have a defined type. components.examples.Dog.value.properties.legs
The text was updated successfully, but these errors were encountered: