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",