Commit da441083 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Merge branch 'develop' into 'master'

MEC028 v2.2.1 update - OAS & Proto3 representation updated

OAS & Proto3 representation have been updated to v2.2.1 specification.

Update followed [OpenAPI development guidelines](https://mecwiki.etsi.org/index.php?title=OpenAPI_development_guidelines)
- Generation using doc2oas *(a separate merge request has been created for the config file update)*
- Level-1 validation passing *(no warnings in Swagger-Editor, swagger-cli validate, speccy lint)*
- Level-2 validation passing *(no error in Swagger-UI, visual inspection)*
- Level-3 validation passing *(swagger code generation)*
- Proto3 generation passing
- Proto3 code generation passing
- Jenkins validation passing

See merge request !5
parents 4b527617 0f2db027
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,9 +4,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/028/02.01.01_60/gs_MEC028v020101p.pdf)
* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs028-wai-api/raw/v2.1.1/WlanInformationApi.yaml).
* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs028-wai-api/raw/v2.1.1/WlanInformationApi.yaml).
* [Specification document](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/028/02.02.01_60/gs_MEC028v020201p.pdf)
* [Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs028-wai-api/raw/v2.2.1/WlanInformationApi.yaml).
* [Edit the API online](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs028-wai-api/raw/v2.2.1/WlanInformationApi.yaml).

## License

+1760 −751

File changed.

Preview size limit exceeded, changes collapsed.

+1898 −909

File changed.

Preview size limit exceeded, changes collapsed.

+23 −0
Original line number Diff line number Diff line
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
+69 −0
Original line number Diff line number Diff line
.openapi-generator-ignore
README.md
models/ap_associated.proto
models/ap_identity.proto
models/ap_info.proto
models/ap_location.proto
models/assoc_sta_notification.proto
models/assoc_sta_subscription.proto
models/assoc_sta_subscription_links.proto
models/assoc_sta_subscription_notification_event.proto
models/beacon_report.proto
models/beacon_reporting_config.proto
models/beacon_request_config.proto
models/bss_capabilities.proto
models/bss_load.proto
models/bssid_info.proto
models/channel_load.proto
models/channel_load_config.proto
models/civic_location.proto
models/dmg_capabilities.proto
models/edmg_capabilities.proto
models/expiry_notification.proto
models/expiry_notification_links.proto
models/ext_bss_load.proto
models/geo_location.proto
models/he_capabilities.proto
models/ht_capabilities.proto
models/inline_notification.proto
models/inline_subscription.proto
models/link_type.proto
models/measurement_config.proto
models/measurement_config_link_list.proto
models/measurement_config_link_list_links.proto
models/measurement_config_link_list_measurement_config.proto
models/measurement_config_links.proto
models/measurement_info.proto
models/measurement_report_notification.proto
models/measurement_report_subscription.proto
models/neighbor_report.proto
models/neighbor_report_config.proto
models/o_bss_load.proto
models/problem_details.proto
models/reported_beacon_frame_info.proto
models/reporting_reason_qo_s_counters.proto
models/reporting_reason_sta_counters.proto
models/rssi.proto
models/sta_counter_trigger_condition.proto
models/sta_data_rate.proto
models/sta_data_rate_notification.proto
models/sta_data_rate_subscription.proto
models/sta_data_rate_subscription_notification_event.proto
models/sta_identity.proto
models/sta_info.proto
models/sta_statistics.proto
models/sta_statistics_config.proto
models/sta_statistics_group2to9_data.proto
models/sta_statistics_group_one_data.proto
models/sta_statistics_group_zero_data.proto
models/subscription_link_list.proto
models/subscription_link_list_links.proto
models/subscription_link_list_subscription.proto
models/test_notification.proto
models/test_notification_links.proto
models/time_stamp.proto
models/vht_capabilities.proto
models/wan_metrics.proto
models/websock_notif_config.proto
models/wlan_capabilities.proto
services/wai_service.proto
Loading