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 ./UEidentityAPI.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.json... [1] ../specs/UEidentityAPI.json:27:11 at #/tags/0/description Tag object should contain `description` field. 25 | "url": "https://127.0.0.1:8081/ui/v1" 26 | }], 27 | "tags": [{ | ^ 28 | "name": "ueIdentityTagInfo" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 29 | }], | ^^ 30 | "paths": { 31 | "/{appInstanceId}/ue_identity_tag_info": { Warning was generated by the tag-description rule. s/UEidentityAPI.json: validated in 75ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.
---- Validating ./UEidentityAPI.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.yaml... [1] ../specs/UEidentityAPI.yaml:20:5 at #/tags/0/description Tag object should contain `description` field. 18 | - url: https://127.0.0.1:8081/ui/v1 19 | tags: 20 | - name: ueIdentityTagInfo | ^^^^^^^^^^^^^^^^^^^^^^^ 21 | paths: 22 | "/{appInstanceId}/ue_identity_tag_info": Warning was generated by the tag-description rule. s/UEidentityAPI.yaml: validated in 82ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 1 warning.


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