diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index f546165a9807c531516a22f1302140ae572c7c33..0000000000000000000000000000000000000000 --- a/.jenkins.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -specfiles=$(ls | egrep "^[^.]*.(json|yaml)") - -fres=0 -for i in $specfiles ; do - echo "-- Validating and linting OpenAPI file $i..." - swagger-cli validate "$i" - res=$? - speccy lint "$i" - res2=$? - fres=$(($fres||$res||$res2)) - echo "--- Validator returned $res, linter returned $res2." -done - -echo "-- Final validation returns $fres." - -exit $fres - diff --git a/README.md b/README.md index 207039a563e16578a6ba895a1e2bb2bf8e3e8e30..17bd5cc3ce23a53a2ef2f16c78b58e2e22281767 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/raw/stf606-final/UEidentityAPI.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/raw/stf606-final/UEidentityAPI.yaml). +* [Specification Document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/014/02.01.01_60/gs_MEC014v020101p.pdf) +* [Navigate the API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/gitlab/mec/gs014-ue-identity-api/raw/stf606-final/UEidentityAPI.yaml). ## License diff --git a/UEidentityAPI.json b/UEidentityAPI.json index 0ec806ca62d61d65107935322547d2770ed8d997..780123e8c7c151a9bf4997e9c481ee330f22f6d5 100644 --- a/UEidentityAPI.json +++ b/UEidentityAPI.json @@ -33,6 +33,7 @@ "$ref": "#/components/parameters/Path.AppInstanceId" }], "get": { + "summary": "Retrieves information about a specific UeIdentityTagInfo resource", "description": "Retrieves information about a specific UeIdentityTagInfo resource", "operationId": "UeIdentityTagInfo_GET", "tags": [ @@ -64,7 +65,8 @@ } }, "put": { - "description": "Register/De-register the information about specific a UeIdentityTagInfo resource", + "summary": "Register/De-register the information about a specific UeIdentityTagInfo resource", + "description": "Register/De-register the information about a specific UeIdentityTagInfo resource", "operationId": "UeIdentityTagInfo_PUT", "tags": [ "ueIdentityTagInfo" diff --git a/UEidentityAPI.yaml b/UEidentityAPI.yaml index 862206fe33498f9aac67e414a660d0eb50de0808..923b5031f63246982c9144777c64ca49f9bfd41f 100644 --- a/UEidentityAPI.yaml +++ b/UEidentityAPI.yaml @@ -23,6 +23,7 @@ paths: parameters: - $ref: "#/components/parameters/Path.AppInstanceId" get: + summary: Retrieves information about a specific UeIdentityTagInfo resource description: Retrieves information about a specific UeIdentityTagInfo resource operationId: UeIdentityTagInfo_GET tags: @@ -44,7 +45,8 @@ paths: "404": $ref: '#/components/responses/Error.404' put: - description: Register/De-register the information about specific a UeIdentityTagInfo + summary: Register/De-register the information about a specific UeIdentityTagInfo resource + description: Register/De-register the information about a specific UeIdentityTagInfo resource operationId: UeIdentityTagInfo_PUT tags: