Commit e67f4bf6 authored by Laurent Velez's avatar Laurent Velez
Browse files

Merge branch 'stf644' into 'master'

STF644 - Milestone B - Merge stf644 to Master branch

See merge request !12
parents 77e80dd9 c5ffb476
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+6 −0
Original line number Diff line number Diff line
protoc/
go-stubs/
ruby-stubs/
.proto-gen/
python-stubs/
.vscode/
 No newline at end of file

MEC030_V2XInformationService.json

deleted100644 → 0
+0 −2034

File deleted.

Preview size limit exceeded, changes collapsed.

+2359 −0

File added.

Preview size limit exceeded, changes collapsed.

+595 −105

File changed and moved.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
# V2X Information Service API
# V2X Information Services API

This repository contains OpenAPIs descriptions for the interfaces specified in ETSI GS MEC 030.


## Online resources
* [Specification document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/030/02.02.01_60/gs_MEC030v020201p.pdf)
* [Specification document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/030/03.01.01_60/gs_mec030v030101p.pdf)


## Navigate with Swagger UI
* [VIS API](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/v2.2.1/MEC030_V2XInformationService.yaml)
* [VIS API](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/v3.1.1/MEC030_V2XInformationServices.yaml)

## Navigate with Redocly
* [VIS API](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/v2.2.1/MEC030_V2XInformationService.yaml&nocors)
* [VIS API](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/v3.1.1/MEC030_V2XInformationServices.yaml&nocors)

## License

Loading