@kui-shell/plugin-tutorials
Version:
IBM Cloud shell plugin for tutorials
29 lines (28 loc) • 690 B
JSON
{
"name": "activation-debugging",
"description": "A guide to debugging activations and sessions",
"disabled": true,
"level": "Intermediate",
"kind": "composition",
"api": {
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"search"
],
"type": "object",
"properties": {
"search": {
"type": "string",
"default": "luke skywalker",
"description": "The search parameter is a string representing the name of a character"
}
},
"responses": {
"answer": {
"type": "string",
"description": "The accumulated data on the given character"
}
}
},
"dependencies": {}
}