FailedConsole Output

Started by GitLab push by Elian Kraja
Obtained Jenkinsfile.mec from git git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on build3.forge.etsi.org in /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-011-pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/stf606-draft, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1b7fd86ec22366ba540a1592a8fd8d054bae57ce (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b7fd86ec22366ba540a1592a8fd8d054bae57ce
Commit message: "added openapi-cli image version"
 > git rev-list --no-walk 1b7fd86ec22366ba540a1592a8fd8d054bae57ce # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gitlabBuilds
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Resolve stage
Resolve stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] dir
Running in /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-011-pipeline/apis
[Pipeline] {
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:mec/gs011-app-enablement-api.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:mec/gs011-app-enablement-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:mec/gs011-app-enablement-api.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/stf606-draft^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 82cc81fc018fb32fd43e87138141e8fbfd01da93 # timeout=10
Checking out Revision 82cc81fc018fb32fd43e87138141e8fbfd01da93 (origin/stf606-draft)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82cc81fc018fb32fd43e87138141e8fbfd01da93
Commit message: "Update MecAppSupportApi.json"
 > git rev-list --no-walk b764bc6e154fdc8e919cc1520c2268779c802451 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-011-pipeline/scripts
[Pipeline] {
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/jenkins-scripts-for-openapis.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/stf606-draft, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1b7fd86ec22366ba540a1592a8fd8d054bae57ce (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b7fd86ec22366ba540a1592a8fd8d054bae57ce
Commit message: "added openapi-cli image version"
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] updateGitlabCommitStatus
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] sh
+ 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 1.
Some errors found, see below the details.

---- Errors detected ----
---- Validating ./MecServiceMgmtApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MecServiceMgmtApi.json... [1] ../specs/MecServiceMgmtApi.json:52:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions/get/summary Operation object should contain `summary` field. 50 | "paths": { 51 | "/applications/{appInstanceId}/subscriptions": { 52 | "get": { | ^^^^^ 53 | "tags": [ 54 | "appSubscriptions" Error was generated by the operation-summary rule. [2] ../specs/MecServiceMgmtApi.json:132:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/summary Operation object should contain `summary` field. 130 | "deprecated": false 131 | }, 132 | "post": { | ^^^^^^ 133 | "tags": [ 134 | "appSubscriptions" Error was generated by the operation-summary rule. [3] ../specs/MecServiceMgmtApi.json:238:15 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/ServiceAvailailityNotification/{$request.body#~1callbackReference}/post/summary Operation object should contain `summary` field. 236 | "ServiceAvailailityNotification": { 237 | "{$request.body#/callbackReference}": { 238 | "post": { | ^^^^^^ 239 | "description": "'Represents the service availability information that is used in the following cases
 when the MEC platform anno...<416 chars> 240 | "operationId": "ServiceAvailabilityNotification_POST", Error was generated by the operation-summary rule. [4] ../specs/MecServiceMgmtApi.json:260:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions~1{subscriptionId}/get/summary Operation object should contain `summary` field. 258 | }, 259 | "/applications/{appInstanceId}/subscriptions/{subscriptionId}": { 260 | "get": { | ^^^^^ 261 | "tags": [ 262 | "appSubscriptions" Error was generated by the operation-summary rule. [5] ../specs/MecServiceMgmtApi.json:350:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions~1{subscriptionId}/delete/summary Operation object should contain `summary` field. 348 | "deprecated": false 349 | }, 350 | "delete": { | ^^^^^^^^ 351 | "tags": [ 352 | "appSubscriptions" Error was generated by the operation-summary rule. [6] ../specs/MecServiceMgmtApi.json:419:7 at #/paths/~1applications~1{appInstanceId}~1services/get/summary Operation object should contain `summary` field. 417 | }, 418 | "/applications/{appInstanceId}/services": { 419 | "get": { | ^^^^^ 420 | "tags": [ 421 | "appServices" Error was generated by the operation-summary rule. [7] ../specs/MecServiceMgmtApi.json:672:7 at #/paths/~1applications~1{appInstanceId}~1services/post/summary Operation object should contain `summary` field. 670 | "deprecated": false 671 | }, 672 | "post": { | ^^^^^^ 673 | "tags": [ 674 | "appServices" Error was generated by the operation-summary rule. [8] ../specs/MecServiceMgmtApi.json:826:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/get/summary Operation object should contain `summary` field. 824 | }, 825 | "/applications/{appInstanceId}/services/{serviceId}": { 826 | "get": { | ^^^^^ 827 | "tags": [ 828 | "appServices" Error was generated by the operation-summary rule. [9] ../specs/MecServiceMgmtApi.json:954:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/put/summary Operation object should contain `summary` field. 952 | "deprecated": false 953 | }, 954 | "put": { | ^^^^^ 955 | "tags": [ 956 | "appServices" Error was generated by the operation-summary rule. [10] ../specs/MecServiceMgmtApi.json:1111:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/delete/summary Operation object should contain `summary` field. 1109 | "deprecated": false 1110 | }, 1111 | "delete": { | ^^^^^^^^ 1112 | "tags": [ 1113 | "appServices" Error was generated by the operation-summary rule. [11] ../specs/MecServiceMgmtApi.json:1180:7 at #/paths/~1services/get/summary Operation object should contain `summary` field. 1178 | }, 1179 | "/services": { 1180 | "get": { | ^^^^^ 1181 | "tags": [ 1182 | "services" Error was generated by the operation-summary rule. [12] ../specs/MecServiceMgmtApi.json:1426:7 at #/paths/~1services~1{serviceId}/get/summary Operation object should contain `summary` field. 1424 | }, 1425 | "/services/{serviceId}": { 1426 | "get": { | ^^^^^ 1427 | "tags": [ 1428 | "services" Error was generated by the operation-summary rule. [13] ../specs/MecServiceMgmtApi.json:1547:7 at #/paths/~1transports/get/summary Operation object should contain `summary` field. 1545 | }, 1546 | "/transports": { 1547 | "get": { | ^^^^^ 1548 | "tags": [ 1549 | "transports" Error was generated by the operation-summary rule. [14] ../specs/MecServiceMgmtApi.json:1624:7 at #/paths/~1resource_uri_allocated_by_MEC_platform/get/summary Operation object should contain `summary` field. 1622 | }, 1623 | "/resource_uri_allocated_by_MEC_platform": { 1624 | "get": { | ^^^^^ 1625 | "tags": [ 1626 | "individualMECservice" Error was generated by the operation-summary rule. [15] ../specs/MecServiceMgmtApi.json:1673:7 at #/paths/~1resource_uri_allocated_by_MEC_platform/patch/summary Operation object should contain `summary` field. 1671 | } 1672 | }, 1673 | "patch": { | ^^^^^^^ 1674 | "tags": [ 1675 | "individualMECservice" Error was generated by the operation-summary rule. [16] ../specs/MecServiceMgmtApi.json:31:5 at #/tags/0/description Tag object should contain `description` field. 29 | ], 30 | "tags": [ 31 | { | ^ 32 | "name": "appSubscriptions" | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 | }, | ^ 34 | { 35 | "name": "appServices" Warning was generated by the tag-description rule. [17] ../specs/MecServiceMgmtApi.json:34:5 at #/tags/1/description Tag object should contain `description` field. 32 | "name": "appSubscriptions" 33 | }, 34 | { | ^ 35 | "name": "appServices" | ^^^^^^^^^^^^^^^^^^^^^ 36 | }, | ^ 37 | { 38 | "name": "services" Warning was generated by the tag-description rule. [18] ../specs/MecServiceMgmtApi.json:37:5 at #/tags/2/description Tag object should contain `description` field. 35 | "name": "appServices" 36 | }, 37 | { | ^ 38 | "name": "services" | ^^^^^^^^^^^^^^^^^^ 39 | }, | ^ 40 | { 41 | "name": "transports" Warning was generated by the tag-description rule. [19] ../specs/MecServiceMgmtApi.json:40:5 at #/tags/3/description Tag object should contain `description` field. 38 | "name": "services" 39 | }, 40 | { | ^ 41 | "name": "transports" | ^^^^^^^^^^^^^^^^^^^^ 42 | }, | ^ 43 | { 44 | "name": "callbacks" Warning was generated by the tag-description rule. [20] ../specs/MecServiceMgmtApi.json:43:5 at #/tags/4/description Tag object should contain `description` field. 41 | "name": "transports" 42 | }, 43 | { | ^ 44 | "name": "callbacks" | ^^^^^^^^^^^^^^^^^^^ 45 | }, | ^ 46 | { 47 | "name": "individualMECservice" Warning was generated by the tag-description rule. [21] ../specs/MecServiceMgmtApi.json:46:5 at #/tags/5/description Tag object should contain `description` field. 44 | "name": "callbacks" 45 | }, 46 | { | ^ 47 | "name": "individualMECservice" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | } | ^ 49 | ], 50 | "paths": { Warning was generated by the tag-description rule. [22] ../specs/MecServiceMgmtApi.json:247:17 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/ServiceAvailailityNotification/{$request.body#~1callbackReference}/post/responses Operation must have at least one `4xx` response. 245 | "$ref": "#/components/requestBodies/ServiceAvailabilityNotification" 246 | }, 247 | "responses": { | ^^^^^^^^^^^ 248 | "200": { 249 | "description": "Expected responses from callback consumer, if it accepts the callback" Warning was generated by the operation-4xx-response rule. s/MecServiceMgmtApi.json: validated in 215ms ❌ Validation failed with 15 errors and 7 warnings. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.


---- Complete log of validation ----
---- Validating ./MecAppSupportApi.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MecAppSupportApi.yaml... [1] ../specs/MecAppSupportApi.yaml:15:3 at #/tags/0/description Tag object should contain `description` field. 13 | url: https://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf 14 | tags: 15 | - name: appTrafficRules | ^^^^^^^^^^^^^^^^^^^^^ 16 | - name: appDnsRules 17 | - name: appSubscriptions Warning was generated by the tag-description rule. [2] ../specs/MecAppSupportApi.yaml:16:3 at #/tags/1/description Tag object should contain `description` field. 14 | tags: 15 | - name: appTrafficRules 16 | - name: appDnsRules | ^^^^^^^^^^^^^^^^^ 17 | - name: appSubscriptions 18 | - name: appConfirmTermination Warning was generated by the tag-description rule. [3] ../specs/MecAppSupportApi.yaml:17:3 at #/tags/2/description Tag object should contain `description` field. 15 | - name: appTrafficRules 16 | - name: appDnsRules 17 | - name: appSubscriptions | ^^^^^^^^^^^^^^^^^^^^^^ 18 | - name: appConfirmTermination 19 | - name: appConfirmReady Warning was generated by the tag-description rule. [4] ../specs/MecAppSupportApi.yaml:18:3 at #/tags/3/description Tag object should contain `description` field. 16 | - name: appDnsRules 17 | - name: appSubscriptions 18 | - name: appConfirmTermination | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 19 | - name: appConfirmReady 20 | - name: timing Warning was generated by the tag-description rule. [5] ../specs/MecAppSupportApi.yaml:19:3 at #/tags/4/description Tag object should contain `description` field. 17 | - name: appSubscriptions 18 | - name: appConfirmTermination 19 | - name: appConfirmReady | ^^^^^^^^^^^^^^^^^^^^^ 20 | - name: timing 21 | - name: callbacks Warning was generated by the tag-description rule. [6] ../specs/MecAppSupportApi.yaml:20:3 at #/tags/5/description Tag object should contain `description` field. 18 | - name: appConfirmTermination 19 | - name: appConfirmReady 20 | - name: timing | ^^^^^^^^^^^^ 21 | - name: callbacks 22 | jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema Warning was generated by the tag-description rule. [7] ../specs/MecAppSupportApi.yaml:21:3 at #/tags/6/description Tag object should contain `description` field. 19 | - name: appConfirmReady 20 | - name: timing 21 | - name: callbacks | ^^^^^^^^^^^^^^^ 22 | jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema 23 | servers: Warning was generated by the tag-description rule. [8] ../specs/MecAppSupportApi.yaml:704:15 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/AppTerminationNotification/{$request.body#~1callbackUri}/post/responses Operation must have at least one `4xx` response. 702 | requestBody: 703 | $ref: '#/components/requestBodies/AppTerminationNotification' 704 | responses: | ^^^^^^^^^ 705 | '200': 706 | description: Expected responses from callback consumer, if it accepts the callback Warning was generated by the operation-4xx-response rule. s/MecAppSupportApi.yaml: validated in 196ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 8 warnings.
---- Validating ./MecServiceMgmtApi.yaml: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MecServiceMgmtApi.yaml... [1] ../specs/MecServiceMgmtApi.yaml:21:3 at #/tags/0/description Tag object should contain `description` field. 19 | variables: {} 20 | tags: 21 | - name: appSubscriptions | ^^^^^^^^^^^^^^^^^^^^^^ 22 | - name: appServices 23 | - name: services Warning was generated by the tag-description rule. [2] ../specs/MecServiceMgmtApi.yaml:22:3 at #/tags/1/description Tag object should contain `description` field. 20 | tags: 21 | - name: appSubscriptions 22 | - name: appServices | ^^^^^^^^^^^^^^^^^ 23 | - name: services 24 | - name: transports Warning was generated by the tag-description rule. [3] ../specs/MecServiceMgmtApi.yaml:23:3 at #/tags/2/description Tag object should contain `description` field. 21 | - name: appSubscriptions 22 | - name: appServices 23 | - name: services | ^^^^^^^^^^^^^^ 24 | - name: transports 25 | - name: callbacks Warning was generated by the tag-description rule. [4] ../specs/MecServiceMgmtApi.yaml:24:3 at #/tags/3/description Tag object should contain `description` field. 22 | - name: appServices 23 | - name: services 24 | - name: transports | ^^^^^^^^^^^^^^^^ 25 | - name: callbacks 26 | - name: individualMECservice Warning was generated by the tag-description rule. [5] ../specs/MecServiceMgmtApi.yaml:25:3 at #/tags/4/description Tag object should contain `description` field. 23 | - name: services 24 | - name: transports 25 | - name: callbacks | ^^^^^^^^^^^^^^^ 26 | - name: individualMECservice 27 | Warning was generated by the tag-description rule. [6] ../specs/MecServiceMgmtApi.yaml:26:3 at #/tags/5/description Tag object should contain `description` field. 24 | - name: transports 25 | - name: callbacks 26 | - name: individualMECservice | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 27 | 28 | paths: Warning was generated by the tag-description rule. [7] ../specs/MecServiceMgmtApi.yaml:176:15 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/ServiceAvailailityNotification/{$request.body#~1callbackReference}/post/responses Operation must have at least one `4xx` response. 174 | requestBody: 175 | $ref: '#/components/requestBodies/ServiceAvailabilityNotification' 176 | responses: | ^^^^^^^^^ 177 | '200': 178 | description: Expected responses from callback consumer, if it accepts the callback Warning was generated by the operation-4xx-response rule. s/MecServiceMgmtApi.yaml: validated in 214ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 7 warnings.
---- Validating ./MecAppSupportApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MecAppSupportApi.json... [1] ../specs/MecAppSupportApi.json:20:5 at #/tags/0/description Tag object should contain `description` field. 18 | }, 19 | "tags": [ 20 | { | ^ 21 | "name": "appTrafficRules" | ^^^^^^^^^^^^^^^^^^^^^^^^^ 22 | }, | ^ 23 | { 24 | "name": "appDnsRules" Warning was generated by the tag-description rule. [2] ../specs/MecAppSupportApi.json:23:5 at #/tags/1/description Tag object should contain `description` field. 21 | "name": "appTrafficRules" 22 | }, 23 | { | ^ 24 | "name": "appDnsRules" | ^^^^^^^^^^^^^^^^^^^^^ 25 | }, | ^ 26 | { 27 | "name": "appSubscriptions" Warning was generated by the tag-description rule. [3] ../specs/MecAppSupportApi.json:26:5 at #/tags/2/description Tag object should contain `description` field. 24 | "name": "appDnsRules" 25 | }, 26 | { | ^ 27 | "name": "appSubscriptions" | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 28 | }, | ^ 29 | { 30 | "name": "appConfirmTermination" Warning was generated by the tag-description rule. [4] ../specs/MecAppSupportApi.json:29:5 at #/tags/3/description Tag object should contain `description` field. 27 | "name": "appSubscriptions" 28 | }, 29 | { | ^ 30 | "name": "appConfirmTermination" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 31 | }, | ^ 32 | { 33 | "name": "appConfirmReady" Warning was generated by the tag-description rule. [5] ../specs/MecAppSupportApi.json:32:5 at #/tags/4/description Tag object should contain `description` field. 30 | "name": "appConfirmTermination" 31 | }, 32 | { | ^ 33 | "name": "appConfirmReady" | ^^^^^^^^^^^^^^^^^^^^^^^^^ 34 | }, | ^ 35 | { 36 | "name": "timing" Warning was generated by the tag-description rule. [6] ../specs/MecAppSupportApi.json:35:5 at #/tags/5/description Tag object should contain `description` field. 33 | "name": "appConfirmReady" 34 | }, 35 | { | ^ 36 | "name": "timing" | ^^^^^^^^^^^^^^^^ 37 | }, | ^ 38 | { 39 | "name": "callbacks" Warning was generated by the tag-description rule. [7] ../specs/MecAppSupportApi.json:38:5 at #/tags/6/description Tag object should contain `description` field. 36 | "name": "timing" 37 | }, 38 | { | ^ 39 | "name": "callbacks" | ^^^^^^^^^^^^^^^^^^^ 40 | } | ^ 41 | ], 42 | "jsonSchemaDialect": "https://json-schema.org/draft/2020-12/schema", Warning was generated by the tag-description rule. [8] ../specs/MecAppSupportApi.json:1107:17 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/AppTerminationNotification/{$request.body#~1callbackUri}/post/responses Operation must have at least one `4xx` response. 1105 | "$ref": "#/components/requestBodies/AppTerminationNotification" 1106 | }, 1107 | "responses": { | ^^^^^^^^^^^ 1108 | "200": { 1109 | "description": "Expected responses from callback consumer, if it accepts the callback" Warning was generated by the operation-4xx-response rule. s/MecAppSupportApi.json: validated in 197ms Woohoo! Your OpenAPI definition is valid. 🎉 You have 8 warnings.
---- Validating ./MecServiceMgmtApi.json: No configurations were defined in extends -- using built in recommended configuration by default. validating s/MecServiceMgmtApi.json... [1] ../specs/MecServiceMgmtApi.json:52:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions/get/summary Operation object should contain `summary` field. 50 | "paths": { 51 | "/applications/{appInstanceId}/subscriptions": { 52 | "get": { | ^^^^^ 53 | "tags": [ 54 | "appSubscriptions" Error was generated by the operation-summary rule. [2] ../specs/MecServiceMgmtApi.json:132:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/summary Operation object should contain `summary` field. 130 | "deprecated": false 131 | }, 132 | "post": { | ^^^^^^ 133 | "tags": [ 134 | "appSubscriptions" Error was generated by the operation-summary rule. [3] ../specs/MecServiceMgmtApi.json:238:15 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/ServiceAvailailityNotification/{$request.body#~1callbackReference}/post/summary Operation object should contain `summary` field. 236 | "ServiceAvailailityNotification": { 237 | "{$request.body#/callbackReference}": { 238 | "post": { | ^^^^^^ 239 | "description": "'Represents the service availability information that is used in the following cases
 when the MEC platform anno...<416 chars> 240 | "operationId": "ServiceAvailabilityNotification_POST", Error was generated by the operation-summary rule. [4] ../specs/MecServiceMgmtApi.json:260:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions~1{subscriptionId}/get/summary Operation object should contain `summary` field. 258 | }, 259 | "/applications/{appInstanceId}/subscriptions/{subscriptionId}": { 260 | "get": { | ^^^^^ 261 | "tags": [ 262 | "appSubscriptions" Error was generated by the operation-summary rule. [5] ../specs/MecServiceMgmtApi.json:350:7 at #/paths/~1applications~1{appInstanceId}~1subscriptions~1{subscriptionId}/delete/summary Operation object should contain `summary` field. 348 | "deprecated": false 349 | }, 350 | "delete": { | ^^^^^^^^ 351 | "tags": [ 352 | "appSubscriptions" Error was generated by the operation-summary rule. [6] ../specs/MecServiceMgmtApi.json:419:7 at #/paths/~1applications~1{appInstanceId}~1services/get/summary Operation object should contain `summary` field. 417 | }, 418 | "/applications/{appInstanceId}/services": { 419 | "get": { | ^^^^^ 420 | "tags": [ 421 | "appServices" Error was generated by the operation-summary rule. [7] ../specs/MecServiceMgmtApi.json:672:7 at #/paths/~1applications~1{appInstanceId}~1services/post/summary Operation object should contain `summary` field. 670 | "deprecated": false 671 | }, 672 | "post": { | ^^^^^^ 673 | "tags": [ 674 | "appServices" Error was generated by the operation-summary rule. [8] ../specs/MecServiceMgmtApi.json:826:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/get/summary Operation object should contain `summary` field. 824 | }, 825 | "/applications/{appInstanceId}/services/{serviceId}": { 826 | "get": { | ^^^^^ 827 | "tags": [ 828 | "appServices" Error was generated by the operation-summary rule. [9] ../specs/MecServiceMgmtApi.json:954:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/put/summary Operation object should contain `summary` field. 952 | "deprecated": false 953 | }, 954 | "put": { | ^^^^^ 955 | "tags": [ 956 | "appServices" Error was generated by the operation-summary rule. [10] ../specs/MecServiceMgmtApi.json:1111:7 at #/paths/~1applications~1{appInstanceId}~1services~1{serviceId}/delete/summary Operation object should contain `summary` field. 1109 | "deprecated": false 1110 | }, 1111 | "delete": { | ^^^^^^^^ 1112 | "tags": [ 1113 | "appServices" Error was generated by the operation-summary rule. [11] ../specs/MecServiceMgmtApi.json:1180:7 at #/paths/~1services/get/summary Operation object should contain `summary` field. 1178 | }, 1179 | "/services": { 1180 | "get": { | ^^^^^ 1181 | "tags": [ 1182 | "services" Error was generated by the operation-summary rule. [12] ../specs/MecServiceMgmtApi.json:1426:7 at #/paths/~1services~1{serviceId}/get/summary Operation object should contain `summary` field. 1424 | }, 1425 | "/services/{serviceId}": { 1426 | "get": { | ^^^^^ 1427 | "tags": [ 1428 | "services" Error was generated by the operation-summary rule. [13] ../specs/MecServiceMgmtApi.json:1547:7 at #/paths/~1transports/get/summary Operation object should contain `summary` field. 1545 | }, 1546 | "/transports": { 1547 | "get": { | ^^^^^ 1548 | "tags": [ 1549 | "transports" Error was generated by the operation-summary rule. [14] ../specs/MecServiceMgmtApi.json:1624:7 at #/paths/~1resource_uri_allocated_by_MEC_platform/get/summary Operation object should contain `summary` field. 1622 | }, 1623 | "/resource_uri_allocated_by_MEC_platform": { 1624 | "get": { | ^^^^^ 1625 | "tags": [ 1626 | "individualMECservice" Error was generated by the operation-summary rule. [15] ../specs/MecServiceMgmtApi.json:1673:7 at #/paths/~1resource_uri_allocated_by_MEC_platform/patch/summary Operation object should contain `summary` field. 1671 | } 1672 | }, 1673 | "patch": { | ^^^^^^^ 1674 | "tags": [ 1675 | "individualMECservice" Error was generated by the operation-summary rule. [16] ../specs/MecServiceMgmtApi.json:31:5 at #/tags/0/description Tag object should contain `description` field. 29 | ], 30 | "tags": [ 31 | { | ^ 32 | "name": "appSubscriptions" | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 33 | }, | ^ 34 | { 35 | "name": "appServices" Warning was generated by the tag-description rule. [17] ../specs/MecServiceMgmtApi.json:34:5 at #/tags/1/description Tag object should contain `description` field. 32 | "name": "appSubscriptions" 33 | }, 34 | { | ^ 35 | "name": "appServices" | ^^^^^^^^^^^^^^^^^^^^^ 36 | }, | ^ 37 | { 38 | "name": "services" Warning was generated by the tag-description rule. [18] ../specs/MecServiceMgmtApi.json:37:5 at #/tags/2/description Tag object should contain `description` field. 35 | "name": "appServices" 36 | }, 37 | { | ^ 38 | "name": "services" | ^^^^^^^^^^^^^^^^^^ 39 | }, | ^ 40 | { 41 | "name": "transports" Warning was generated by the tag-description rule. [19] ../specs/MecServiceMgmtApi.json:40:5 at #/tags/3/description Tag object should contain `description` field. 38 | "name": "services" 39 | }, 40 | { | ^ 41 | "name": "transports" | ^^^^^^^^^^^^^^^^^^^^ 42 | }, | ^ 43 | { 44 | "name": "callbacks" Warning was generated by the tag-description rule. [20] ../specs/MecServiceMgmtApi.json:43:5 at #/tags/4/description Tag object should contain `description` field. 41 | "name": "transports" 42 | }, 43 | { | ^ 44 | "name": "callbacks" | ^^^^^^^^^^^^^^^^^^^ 45 | }, | ^ 46 | { 47 | "name": "individualMECservice" Warning was generated by the tag-description rule. [21] ../specs/MecServiceMgmtApi.json:46:5 at #/tags/5/description Tag object should contain `description` field. 44 | "name": "callbacks" 45 | }, 46 | { | ^ 47 | "name": "individualMECservice" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 48 | } | ^ 49 | ], 50 | "paths": { Warning was generated by the tag-description rule. [22] ../specs/MecServiceMgmtApi.json:247:17 at #/paths/~1applications~1{appInstanceId}~1subscriptions/post/callbacks/ServiceAvailailityNotification/{$request.body#~1callbackReference}/post/responses Operation must have at least one `4xx` response. 245 | "$ref": "#/components/requestBodies/ServiceAvailabilityNotification" 246 | }, 247 | "responses": { | ^^^^^^^^^^^ 248 | "200": { 249 | "description": "Expected responses from callback consumer, if it accepts the callback" Warning was generated by the operation-4xx-response rule. s/MecServiceMgmtApi.json: validated in 215ms ❌ Validation failed with 15 errors and 7 warnings. run `openapi lint --generate-ignore-file` to add all problems to the ignore file.


------ Content of the folder ------
LICENSE
MecAppSupportApi.json
MecAppSupportApi.yaml
MecServiceMgmtApi.json
MecServiceMgmtApi.yaml
openapi-validation.log
README.md
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // gitlabBuilds
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE