diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100644 index 74d0370875e23476bf3a058ebcb825f7494b3de7..0000000000000000000000000000000000000000 --- a/.jenkins.sh +++ /dev/null @@ -1,18 +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 validator returns $fres." -exit $fres - diff --git a/README.md b/README.md index bb86d39c38c84740414cf25cfb060be8f56edc31..c77d1fc64f6793536b94c48b9bcdf3d88bfdf526 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Radio Network Information API -This repository contains OpenAPIs descriptions for the interfaces specified in ETSI GS MEC 012. +This repository contains OpenAPIs descriptions for the interfaces specified in ETSI GS MEC 012. ## Online resources -* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs012-rnis-api/raw/stf606-final/RniAPI.yaml). -* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs012-rnis-api/raw/stf606-final/RniAPI.yaml). +* [Specification Document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.02.01_60/gs_MEC012v020201p.pdf) +* [Navigate the API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs012-rnis-api/-/raw/v2.2.1/RniAPI.yaml) ## License