Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Radio Network Information API
Commits
e9b6a4ef
Commit
e9b6a4ef
authored
May 06, 2022
by
Laurent Velez
Browse files
Merge branch 'stf606-final' into 'master'
Update editor and validation tools See merge request
!13
parents
52a49882
d922d69b
Pipeline
#11369
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.jenkins.sh
deleted
100644 → 0
View file @
52a49882
#!/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
README.md
View file @
e9b6a4ef
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment