Merge pull request #23654 from aramissennyeydd/fix-ajv-warning
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user