Azure / azure-openapi-validator

Azure Open API Validator
MIT License
44 stars 43 forks source link

Added tests to show its not false alarm #691

Closed tejaswiMinnu closed 2 months ago

tejaswiMinnu commented 2 months ago

Added tests to confirm the alarms triggered on this rule are not false ones

In the pull request, there is a property called ProviderSpecificProperties with the data type ‘object.’ However, this property is currently undefined. The issue arises because ProviderSpecificProperties is being used as a nested or grand-nested property within other properties, and these properties are causing errors.

ProviderSpecificProperties: { type: "object", description: "Definition of provider specific properties.", },

WorkItem