Commit 50e7a774 authored by admin_forge's avatar admin_forge
Browse files

Merge branch 'develop' into 'master'

STF593 - Milestone A - Merge v2.2.1 to Master branch

See merge request !2
parents 8b2ce845 13fa4205
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
#!/bin/bash
#!/bin/bash


specfiles=$(ls | egrep "^[^.]*Api.(json|yaml)")
specfiles=$(ls | egrep "^[^.]*.(json|yaml)")


fres=0
fres=0
for i in $specfiles ; do
for i in $specfiles ; do
    echo "-- Validating and linting OpenAPI file $i..."
    echo "-- Validating and linting OpenAPI file $i..."
    swagger-cli validate "$i"
    swagger-cli validate $i
    res=$?
    res=$?
    speccy lint "$i"
    speccy lint "$i"
    res2=$?
    res2=$?
+3 −4
Original line number Original line Diff line number Diff line
@@ -4,12 +4,11 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E


## Online resources
## Online resources


* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs016-ue-app-api/raw/master/UEAppInterfaceApi.yaml).
* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/raw/stf593/UEAppInterfaceApi.yaml).
* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/raw/master/UEAppInterfaceApi.yaml).
* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/gitlab/mec/gs016-ue-app-api/raw/stf593/UEAppInterfaceApi.yaml).


## License
## License


Unless specified otherwise, the content of this repository and the files
Unless specified otherwise, the content of this repository and the files
contained are released under the BSD-3-Clause license.
contained are released under the BSD-3-Clause license.
See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.
See the attached LICENSE file or visit https://forge.etsi.org/legal-matters.
+833 −499

File changed.

Preview size limit exceeded, changes collapsed.

+734 −501

File changed.

Preview size limit exceeded, changes collapsed.