From 91177fc0d22e1d7b52cf0aa1881f0455cc27471d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 12 Jun 2024 11:58:28 +0300 Subject: [PATCH] schema --- schema/metadata/aclDefs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/metadata/aclDefs.json b/schema/metadata/aclDefs.json index 6de9251542..d0adb0da8f 100644 --- a/schema/metadata/aclDefs.json +++ b/schema/metadata/aclDefs.json @@ -35,6 +35,10 @@ "additionalProperties": { "type": "string" } + }, + "link": { + "type": "string", + "description": "A link name to check access to a related record instead of an actual record. Actual if access checker is Espo\\Core\\Acl\\AccessChecker\\AccessCheckers\\Foreign." } } }