@backstage-community/plugin-stackstorm
Version:
A Backstage plugin that integrates towards StackStorm
20 lines (19 loc) • 406 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"stackstorm": {
"type": "object",
"properties": {
"webUrl": {
"type": "string",
"description": "StackStorm Web UI url Used in links to StackStorm web UI",
"visibility": "frontend"
}
},
"required": [
"webUrl"
]
}
}
}