Merge pull request #23654 from aramissennyeydd/fix-ajv-warning

This commit is contained in:
Ben Lambert
2024-03-18 08:24:48 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
---
Fixes an invalid line in the schema that was causing AJV to complain.
@@ -109,7 +109,7 @@
]
},
"rule": {
"type": "string",
"type": "object",
"required": ["conditions"],
"properties": {
"conditions": {