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
@@ -14,6 +14,7 @@
},
"spec": {
"owner": "artist-relations-team",
"type": "website",
"parameters": {
"required": ["name", "description", "repoUrl"],
"backstage:permissions": {