feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"metadata": {
"apiVersion": "2015-05-05",
"endpointPrefix": "notification",
"jsonVersion": "1.1",
"serviceFullName": "Jibo Notification",
"signatureVersion": "v4",
"targetPrefix": "Notification_20150505",
"protocol": "json"
},
"operations": {
"NewRobotToken": {
"input": {
"type": "structure",
"members": {
"deviceId": {}
}
},
"output": {
"type": "structure",
"required": [
"token"
],
"members": {
"token": {
"type": "string"
}
}
}
},
"GetStatus": {
"input": {
"type": "structure",
"required": [
"accountId"
],
"members": {
"accountId": {
"type": "string"
}
}
},
"output": {
"type": "structure",
"required": [
"connected"
],
"members": {
"connected": {
"type": "boolean"
}
}
}
}
},
"shapes": {}
}