Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions json-schemas/src/client-events-connections.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
"type": "string",
"description": "The ID of the client that attempted the connection."
},
"clientType": {
"type": "string",
"description": "Connection-level client type, one of 'user' or 'agent'. Set by the client via the clientType transport param at connection creation time, and immutable for the connection's lifetime.",
"enum": ["user", "agent"]
},
"channels": {
"type": "array",
"description": "The list of channels referenced in the connection request. This is only relevant where channels are supported as part of the connection request, such as with SSE."
Expand Down
Loading