This commit is contained in:
Yuri Kuznetsov
2025-11-11 23:07:43 +02:00
parent f1c2e3049f
commit e66d7fc367
+22
View File
@@ -744,6 +744,28 @@
}
}
},
{
"if": {
"properties": {
"type": {
"anyOf": [
{"const": "linkParent"}
]
}
}
},
"then": {
"properties": {
"entityList": {
"type": "array",
"items": {
"type": "string"
},
"description": "Entity types supported by the link."
}
}
}
},
{
"if": {
"properties": {