{
"endpoints": [
{
"rust": "SoftwareBus",
"name": "SOFTWARE_BUS",
"doc": "Link-local software bus endpoint for IPC between local processes."
}
],
"types": [
{
"rust": "IpcMessage",
"name": "IPC_MESSAGE",
"doc": "Link-local IPC message payload for the software bus.",
"class": "Data",
"element": {
"kind": "Dynamic",
"data_type": "String"
},
"endpoints": [
"SoftwareBus"
]
}
]
}