This document describes the documentation, a collection of JSON schemas and example cloudevent and payloads
Asciinema
Mindwm Client
Knative eventing
Namespace where Knative Eventing is deployed
Knative serving
Namespace where Knative Serving is deployed
Kafka cluster
Namespace where kafka broker is deployed
Neo4j Change data capture plugin
context name
Vector.dev
context name
Nats Server
Available only on servers:
Accepts the following message:
Basic IoDocument produced by mindwm-client
{
"input": "uptime",
"output": "16:37:51 up 19 days, 2:15, 71 users, load average: 2.01, 2.85, 2.95",
"ps1": "user@mindwm-dev1:~/rnd/asyncapi$"
}
Available only on servers:
Accepts the following message:
TmuxPaneIoDocument in cloudevent
{
"id": "string",
"source": "string",
"specversion": "string",
"type": "IoDocument",
"datacontenttype": "string",
"dataschema": "string",
"subject": "IoDocument",
"time": "2019-08-24T14:15:22Z",
"data": {
"input": "uptime",
"output": "16:37:51 up 19 days, 2:15, 71 users, load average: 2.01, 2.85, 2.95",
"ps1": "user@mindwm-dev1:~/rnd/asyncapi$"
},
"data_base64": "string",
"knativebrokerttl": "255"
}
Accepts the following message:
Clipboard
{
"id": "string",
"source": "string",
"specversion": "string",
"type": "Clipboard",
"datacontenttype": "string",
"dataschema": "string",
"subject": "Clipboard",
"time": "2019-08-24T14:15:22Z",
"data": {
"context": {
"windowId": 4294967295
},
"clipboardType": "Primary",
"content": "string",
"selectionStart": {
"x": 4294967295,
"y": 4294967295
},
"selectionEnd": {
"x": 4294967295,
"y": 4294967295
}
},
"data_base64": "string",
"knativebrokerttl": "255"
}
Accepts the following message:
update atime
{
"id": "string",
"source": "string",
"specversion": "string",
"type": "touch",
"datacontenttype": "string",
"dataschema": "string",
"subject": "node",
"time": "2019-08-24T14:15:22Z",
"data": {
"ids": [
0
]
},
"data_base64": "string",
"knativebrokerttl": "255"
}
Basic IoDocument produced by mindwm-client
TmuxPaneIoDocument in cloudevent
Clipboard data
Clipboard
update atime
Change Data Capture