From d148b53d52b2c8fb4f29e457a45d406e20f44ab7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 16 Apr 2024 14:11:29 +0300 Subject: [PATCH] schema --- schema/metadata/entityDefs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index fae617ba33..0738f2de06 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -512,7 +512,8 @@ "anyOf": [ {"const": "link"}, {"const": "linkMultiple"}, - {"const": "linkOne"} + {"const": "linkOne"}, + {"const": "linkParent"} ] } }