Files
Zos/Skills/@be/node_modules/@jibo/jibo-server-client/apis/notification-2015-05-05.min.json

57 lines
1.1 KiB
JSON

{
"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": {}
}