fix: add missing required property in template schema

Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
Federico Morreale
2023-10-12 17:06:45 +02:00
parent a7707eea1b
commit 2e0cef42ab
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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": {