From e66d7fc36783f7423bc55b8581433e51d1b87b7b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 11 Nov 2025 23:07:43 +0200 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index 835b6f50a4..73efeaff6e 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -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": {