fix: add missing required property in template schema
Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
---
|
||||
|
||||
Add missing required property `type` in `Template.v1beta3.schema.json` schema
|
||||
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"spec": {
|
||||
"owner": "artist-relations-team",
|
||||
"type": "website",
|
||||
"parameters": {
|
||||
"required": ["name", "description", "repoUrl"],
|
||||
"backstage:permissions": {
|
||||
|
||||
Reference in New Issue
Block a user