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 ./MEC021_AppMobilityService.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MEC021_AppMobilityService.json... [1] ../specs/MEC021_AppMobilityService.json:1874:7 at #/components/schemas/TestNotification Component: "TestNotification" is never used. 1872 | } 1873 | }, 1874 | "TestNotification": { | ^^^^^^^^^^^^^^^^^^ 1875 | "title": "TestNotification", 1876 | "required": [ Warning was generated by the no-unused-components rule. s/MEC021_AppMobilityService.json: validated in 227ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.
---- Validating ./MEC021_AppMobilityService.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MEC021_AppMobilityService.yaml... [1] ../specs/MEC021_AppMobilityService.yaml:1245:5 at #/components/schemas/TestNotification Component: "TestNotification" is never used. 1243 | description: The boundary value setting in the subscription request. 1244 | $ref: '#/components/schemas/TimeStamp' 1245 | TestNotification: | ^^^^^^^^^^^^^^^^ 1246 | title: TestNotification 1247 | required: Warning was generated by the no-unused-components rule. s/MEC021_AppMobilityService.yaml: validated in 205ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.


------ Content of the folder ------
LICENSE
MEC021_AppMobilityService.json
MEC021_AppMobilityService.yaml
openapi-validation.log
proto3
README.md