This message is made for extensions to the Web API. Messages that the websocket server does not recognize are sent to interested targets with this message. It is part of the RemoteSkin Web API.
{ "id": "770e679c-26c9-4548-ba41-a5e18759b9b7", "name": "WEB_INCOMING_JSON", "description": "A json text from the browser.", "slots": [ { "key": "1", "name": "JSON ", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The json text from the browser. The json must contain a field named 'id'." }, { "key": "2", "name": "ID ", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The element id." } ] }