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 ./UEAppInterfaceApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEAppInterfaceApi.json... [1] ../specs/UEAppInterfaceApi.json:25:5 at #/tags/0/description Tag object should contain `description` field. 23 | ], 24 | "tags": [ 25 | { | ^ 26 | "name": "dev_app" | ^^^^^^^^^^^^^^^^^ 27 | } | ^ 28 | ], 29 | "paths": { Warning was generated by the tag-description rule. [2] ../specs/UEAppInterfaceApi.json:143:17 at #/paths/~1app_contexts/post/callbacks/notification/{$request.body#~1appContext.callbackReference}/post/responses Operation must have at least one `4xx` response. 141 | } 142 | }, 143 | "responses": { | ^^^^^^^^^^^ 144 | "204": { 145 | "$ref": "#/components/responses/204" Warning was generated by the operation-4xx-response rule. s/UEAppInterfaceApi.json: validated in 128ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 2 warnings.
---- Validating ./UEAppInterfaceApi.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEAppInterfaceApi.yaml... [1] ../specs/UEAppInterfaceApi.yaml:20:3 at #/tags/0/description Tag object should contain `description` field. 18 | 19 | tags: 20 | - name: "dev_app" | ^^^^^^^^^^^^^^^ 21 | 22 | paths: Warning was generated by the tag-description rule. [2] ../specs/UEAppInterfaceApi.yaml:98:15 at #/paths/~1app_contexts/post/callbacks/notification/{$request.body#~1appContext.callbackReference}/post/responses Operation must have at least one `4xx` response. 96 | notificationType: ApplicationContextDeleteNotification 97 | contextId: 'contextId123' 98 | responses: | ^^^^^^^^^ 99 | "204": 100 | $ref: '#/components/responses/204' Warning was generated by the operation-4xx-response rule. s/UEAppInterfaceApi.yaml: validated in 137ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 2 warnings.


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