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,75 @@
{
"metadata": {
"apiVersion": "2017-02-22",
"endpointPrefix": "backup",
"jsonVersion": "1.1",
"serviceFullName": "Jibo Backup",
"signatureVersion": "v4",
"targetPrefix": "Backup_20170222",
"protocol": "json"
},
"operations": {
"New": {
"input": {
"type": "structure",
"required": [
"loopId"
],
"members": {
"loopId": {}
}
},
"output": {
"type": "structure",
"required": [
"uploadUrl"
],
"members": {
"uploadUrl": {
"type": "string"
}
}
}
},
"List": {
"input": {
"type": "structure",
"required": [
"loopId"
],
"members": {
"loopId": {}
}
},
"output": {
"type": "list",
"member": {
"type": "structure",
"members": {
"modified": {
"type": "string"
},
"etag": {
"type": "string"
},
"size": {
"type": "string"
},
"location": {
"type": "structure",
"members": {
"expires": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
}
}
}
}
},
"shapes": {}
}