websock_notif_config.proto 584 Bytes
Newer Older
Michel Roy's avatar
Michel Roy committed
/*
  ETSI GS MEC 028 - WLAN Access Information API
 
  The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
 
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec028;


message WebsockNotifConfig {

  // Set to true by the service consumer to indicate that Websocket delivery is requested.
  bool requestWebsocketUri = 1;

  // Set by WAIS to indicate to the service consumer the Websocket URI to be used for delivering notifications.
  string websocketUri = 2;

}