Commit bf0ae71f authored by Ikram Haq's avatar Ikram Haq
Browse files

Add MEC033 OpenAPI spec, Proto3 models, and services

parent 2119765a
Loading
Loading
Loading
Loading
Loading

MEC033_IoT.json

0 → 100644
+1327 −0

File added.

Preview size limit exceeded, changes collapsed.

MEC033_IoT.yaml

0 → 100644
+998 −0

File added.

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
+28 −0
Original line number Diff line number Diff line
README.md
models/addresses.proto
models/device_info.proto
models/device_specific_message_formats.proto
models/downlink_info.proto
models/end_point_info.proto
models/event_msg.proto
models/impl_specific_info.proto
models/interface_descriptor.proto
models/iot_platform_info.proto
models/key_value_pair.proto
models/mb_transport_info.proto
models/o_auth2_info.proto
models/problem_details.proto
models/registereddevices_get200_response.proto
models/registereddevices_post_request.proto
models/registerediotplatforms_by_id_get200_response.proto
models/registerediotplatforms_post_request.proto
models/security_info.proto
models/serializer_type.proto
models/traffic_filter.proto
models/traffic_rule_descriptor.proto
models/transport_info.proto
models/transport_type.proto
models/tunnel_info.proto
models/uplink_msg.proto
services/reg_dev_service.proto
services/reg_iot_plat_service.proto
+1 −0
Original line number Diff line number Diff line
6.6.0
 No newline at end of file
Loading