diff --git a/.jenkins.sh b/.jenkins.sh deleted file mode 100755 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 1741b116b7ba57416500f8b0d93ae37fd5f288ad..0c9b07a2e7da4e1fdf93e3bed11e72f01a2c473c 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,9 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E ## Online resources * [Specification document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/030/02.02.01_60/gs_MEC030v020201p.pdf) -* [Navigate the V2X Information Service API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/stf606-final/MEC030_V2XInformationService.yaml). -* [Edit the V2X Information Service API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/stf606-final/MEC030_V2XInformationService.yaml). - +* [Navigate the V2X Information Service API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/-/raw/v2.2.1/MEC030_V2XInformationService.yaml) ## License Unless specified otherwise, the content of this repository and the files contained are released under the BSD-3-Clause license. -See the attached LICENSE file or visit https://forge.etsi.org/legal-matters. - - -# Application package lifecycle and operation granting API +See the attached LICENSE file or visit https://forge.etsi.org/legal-matters. \ No newline at end of file