A TCP stream socket (StreamSocket class)
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StreamSocket", "title": "StreamSocket", "type": "object", "description": "A TCP stream socket (StreamSocket class)", "properties": { "id": { "type": "string" }, "localAddress": { "type": "string" }, "localPort": { "type": "string" }, "remoteAddress": { "type": "string" }, "remotePort": { "type": "string" }, "protectionLevel": { "type": "string" } } }