From 8d03944e688fe5c7670a7ec575675c2bfe56a641 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 25 May 2025 11:35:28 +0300 Subject: [PATCH] schema docs fix --- schema/metadata/app/acl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/metadata/app/acl.json b/schema/metadata/app/acl.json index f9fedbffc7..78c226cc13 100644 --- a/schema/metadata/app/acl.json +++ b/schema/metadata/app/acl.json @@ -70,7 +70,7 @@ "type": "object", "description": "A scope level.", "additionalProperties": { - "description": "A scope. True enables access to scopes that don't have actions. False fully restricts access to a scope. A string value makes the framework to use roles from another scope and apply it to our scope. It can be useful to have roles only for one parent scope, when child scopes uses roles of the parent scope. `boolean:{scope}` format will convert a foreign scope data to the boolean type.", + "description": "A scope. True enables access to scopes that don't have actions. False fully restricts access to the scope. A string value makes the framework to use roles from another scope and apply them to our scope. It can be useful to have roles only for one parent scope, when child scopes use roles of the parent scope. `boolean:{scope}` format will convert a foreign scope data to the boolean type.", "anyOf": [ { "type": "object",