oav icon indicating copy to clipboard operation
oav copied to clipboard

Tools for validating OpenAPI (Swagger) files.

Results 135 oav issues
Sort by recently updated
recently updated
newest added

- Retire commands "generate-uml" - Retire commands "generate-wireformat" - Retire commands "resolve-spec" - Retire Autorest plugin

Some scenarios have the situation that one step use a specific location while others use the global location. For now, whether using jsonp to replace location value or define another...

api scenario

npm audit output: npm audit report jsdom =0.18.3 Depends on vulnerable versions of yuml2svg node_modules/oav

Given an example: ```json { "operationId": "Categories_Update", "title": "Categories_Update", "parameters": { "api-version": "2022-06-01-preview", "subscriptionId": "00000000-0000-0000-0000-000000000000", "resourceGroupName": "rgthrottling", "accountName": "aaaaaaaaaaaaaaaaaaaaaaaaaaa", "categoryName": "aaaaaaaaaaaaaaaaaaaaaaaaa", "properties": { "properties": { "windowDuration": "PT5M" } } },...

enhancement
P2
planned

![image](https://user-images.githubusercontent.com/46921893/182277911-cdd4dbef-72e9-474e-a6fd-76a5fc1b4146.png)

investigate
api scenario

To align with autorest behavior https://github.com/Azure/autorest/blob/main/docs/openapi/howto/$ref-siblings.md

P2
planned
feature request

I'm attempting to generate an API scenario test using oav following the directions here: https://github.com/Azure/azure-rest-api-specs/blob/main/documentation/api-scenario/how-to/generateABasicApiScenario.md To avoid the failure documented in #815, I am running oav from the directory that...