Align common.schema.json with Entity type

Added the field `targetRef` to match the Typescript type

Signed-off-by: Christian Probst <christian.probst.dk@gmail.com>
This commit is contained in:
Christian Probst
2022-05-18 08:27:10 +02:00
committed by Christian Probst
parent bac345269a
commit 131a99e909
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."
}
}
},