@@ -52,6 +52,8 @@ However, the OpenAPI Specifications files available on ETSI Forge use version 3.
- Use this [VS code extension](https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi) to see the errors in the downgraded YAML (v3.0)
- Update servers.url by adding /sandbox at the beginning of the URI (e.g. https://localhost/vis/v2 becomes https://localhost/sandboxname/vis/v2)
- Manually fix the errors
- mostly related to `examples`<-->`example` interchange <br>**NOTE**: the `example` or `examples` fields may be removed altogether as these fields do not play any role in generation of Go data models or HTTP handler functions.
@@ -64,9 +66,9 @@ Also, add `unsupported` tag for each endpoint in the OAS file which will not be
To generate the server stubs, follow these steps:
1. Install Java on your system
2. Download the Swagger Codegen v3.0.22 _jar_ file as this version is recommended by AdvantEDGE:
2. Download the Swagger Codegen v3.0.29 _jar_ file as this version is recommended by AdvantEDGE: