Merge pull request #11568 from sqdk/fix-common-schema

Align common.schema.json with Entity type
This commit is contained in:
Ben Lambert
2022-05-30 10:41:53 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Added targetRef to common.schema.json to match the Typescript type
@@ -43,6 +43,11 @@
},
"target": {
"$ref": "#reference"
},
"targetRef": {
"type": "string",
"minLength": 1,
"description": "The entity ref of the target of this relation."
}
}
},