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:
committed by
Christian Probst
parent
bac345269a
commit
131a99e909
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user