Grace Karina Gonzalez Diaz

Results 49 comments of Grace Karina Gonzalez Diaz

Hi @huyngo can you please provide the spec files?

Hi, can you please provide your spec files or maybe a PR with a failing test with the specs? Thanks in advance @denarced

Hi @HiranyaKavishani, thanks for you issue report, please try fixing this part: ` ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName} : delete:` and let us know if that helps.

I tested this locally, reorganizing the `? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPAddresses/{publicIpAddressName} : delete:` and removing the `?` and parsed ok.

Hi @spacether the 2nd PR is also failing, please fix so we can review and merge. thanks! I understand the first PR is to exposed the issue.

Hi, please check https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#reference-object This object cannot be extended with additional properties and any properties added SHALL be ignored.

Hi, @raspizdaj when we use $ref, the rest of the definitions for that property will be discarded, but please take a look at the array at `Competition`, it's the `x-custom`...

the valid use for the vendor extension is in ``` Competition: x-custom: true type: array items: $ref: "#/definitions/Run"

> Hi @gracekarina, > > Make sense. What if we can add this warning only if it's OAI version >= 3.0.3 so that it won't affect the backward compatibility. Your...

Hi @cdestombes please submit a PR, with the test case and proposed solution, so we can review. Thanks!