SuccessConsole Output

+ bash ./scripts/cli-validate-openapis-mec.sh ./apis

------ Switching to ./apis folder --------
------ Checking for previous logs ------
Found previous log. Removing it
Using dockerized validator (etsiforge/swagger-cli:4.0.3)
4.0.3: Pulling from etsiforge/swagger-cli
Digest: sha256:c6987d82d33715ec65ac79532768eb98152d83ed969754aa7f4a9344aea32d9a
Status: Image is up to date for etsiforge/swagger-cli:4.0.3
docker.io/etsiforge/swagger-cli:4.0.3

------ Validating all YAML files (may takes several minutes) ------

-- Final validator returns 0.
No errors found, all files validate the OpenAPI definition. Below the complete log.

---- Complete log of validation ----
---- Validating ./BwManagementApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/BwManagementApi.json... [1] ../specs/BwManagementApi.json:25:5 at #/tags/0/description Tag object should contain `description` field. 23 | ], 24 | "tags": [ 25 | { | ^ 26 | "name": "bwm" | ^^^^^^^^^^^^^ 27 | } | ^ 28 | ], 29 | "paths": { Warning was generated by the tag-description rule. s/BwManagementApi.json: validated in 107ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.
---- Validating ./TrafficSteeringApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/TrafficSteeringApi.json... [1] ../specs/TrafficSteeringApi.json:25:5 at #/tags/0/description Tag object should contain `description` field. 23 | ], 24 | "tags": [ 25 | { | ^ 26 | "name": "mts" | ^^^^^^^^^^^^^ 27 | } | ^ 28 | ], 29 | "paths": { Warning was generated by the tag-description rule. s/TrafficSteeringApi.json: validated in 91ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.
---- Validating ./BwManagementApi.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/BwManagementApi.yaml... [1] ../specs/BwManagementApi.yaml:20:3 at #/tags/0/description Tag object should contain `description` field. 18 | 19 | tags: 20 | - name: "bwm" | ^^^^^^^^^^^ 21 | 22 | paths: Warning was generated by the tag-description rule. s/BwManagementApi.yaml: validated in 105ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.
---- Validating ./TrafficSteeringApi.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/TrafficSteeringApi.yaml... [1] ../specs/TrafficSteeringApi.yaml:20:3 at #/tags/0/description Tag object should contain `description` field. 18 | 19 | tags: 20 | - name: "mts" | ^^^^^^^^^^^ 21 | 22 | paths: Warning was generated by the tag-description rule. s/TrafficSteeringApi.yaml: validated in 100ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.


------ Content of the folder ------
BwManagementApi.json
BwManagementApi.yaml
LICENSE
openapi-validation.log
README.md
TrafficSteeringApi.json
TrafficSteeringApi.yaml