FailedConsole Output

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

------ Switching to ./apis folder --------
------ Checking for previous logs ------
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 1.
Some errors found, see below the details.

---- Errors detected ----
---- Validating ./UEidentityAPI.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.yaml... [1] ../specs/UEidentityAPI.yaml:25:5 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/get/summary Operation object should contain `summary` field. 23 | parameters: 24 | - $ref: "#/components/parameters/Path.AppInstanceId" 25 | get: | ^^^ 26 | description: Retrieves information about a specific UeIdentityTagInfo resource 27 | operationId: UeIdentityTagInfo_GET Error was generated by the operation-summary rule. [2] ../specs/UEidentityAPI.yaml:46:5 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/put/summary Operation object should contain `summary` field. 44 | "404": 45 | $ref: '#/components/responses/Error.404' 46 | put: | ^^^ 47 | description: Register/De-register the information about specific a UeIdentityTagInfo 48 | resource Error was generated by the operation-summary rule. [3] ../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 75ms ❌ Validation failed with 2 errors and 1 warning. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.
---- Validating ./UEidentityAPI.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.json... [1] ../specs/UEidentityAPI.json:35:4 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/get/summary Operation object should contain `summary` field. 33 | "$ref": "#/components/parameters/Path.AppInstanceId" 34 | }], 35 | "get": { | ^^^^^ 36 | "description": "Retrieves information about a specific UeIdentityTagInfo resource", 37 | "operationId": "UeIdentityTagInfo_GET", Error was generated by the operation-summary rule. [2] ../specs/UEidentityAPI.json:66:4 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/put/summary Operation object should contain `summary` field. 64 | } 65 | }, 66 | "put": { | ^^^^^ 67 | "description": "Register/De-register the information about specific a UeIdentityTagInfo resource", 68 | "operationId": "UeIdentityTagInfo_PUT", Error was generated by the operation-summary rule. [3] ../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 85ms ❌ Validation failed with 2 errors and 1 warning. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.


---- Complete log of validation ----
---- Validating ./UEidentityAPI.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.yaml... [1] ../specs/UEidentityAPI.yaml:25:5 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/get/summary Operation object should contain `summary` field. 23 | parameters: 24 | - $ref: "#/components/parameters/Path.AppInstanceId" 25 | get: | ^^^ 26 | description: Retrieves information about a specific UeIdentityTagInfo resource 27 | operationId: UeIdentityTagInfo_GET Error was generated by the operation-summary rule. [2] ../specs/UEidentityAPI.yaml:46:5 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/put/summary Operation object should contain `summary` field. 44 | "404": 45 | $ref: '#/components/responses/Error.404' 46 | put: | ^^^ 47 | description: Register/De-register the information about specific a UeIdentityTagInfo 48 | resource Error was generated by the operation-summary rule. [3] ../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 75ms ❌ Validation failed with 2 errors and 1 warning. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.
---- Validating ./UEidentityAPI.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/UEidentityAPI.json... [1] ../specs/UEidentityAPI.json:35:4 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/get/summary Operation object should contain `summary` field. 33 | "$ref": "#/components/parameters/Path.AppInstanceId" 34 | }], 35 | "get": { | ^^^^^ 36 | "description": "Retrieves information about a specific UeIdentityTagInfo resource", 37 | "operationId": "UeIdentityTagInfo_GET", Error was generated by the operation-summary rule. [2] ../specs/UEidentityAPI.json:66:4 at #/paths/~1{appInstanceId}~1ue_identity_tag_info/put/summary Operation object should contain `summary` field. 64 | } 65 | }, 66 | "put": { | ^^^^^ 67 | "description": "Register/De-register the information about specific a UeIdentityTagInfo resource", 68 | "operationId": "UeIdentityTagInfo_PUT", Error was generated by the operation-summary rule. [3] ../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 85ms ❌ Validation failed with 2 errors and 1 warning. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.


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