get_backstage_examples
Retrieve code examples and samples for common Backstage development scenarios including plugins, catalog, templates, and configuration to accelerate framework customization.
Instructions
Get code examples and samples for common Backstage development scenarios
Input Schema
Name | Required | Description | Default |
---|---|---|---|
specific | No | Specific example within the type (optional) | |
type | No | Type of example to retrieve (optional) |
Input Schema (JSON Schema)
{
"properties": {
"specific": {
"description": "Specific example within the type (optional)",
"type": "string"
},
"type": {
"description": "Type of example to retrieve (optional)",
"enum": [
"pluginExamples",
"catalogExamples",
"templateExamples",
"configExamples"
],
"type": "string"
}
},
"type": "object"
}