metadata aclDependency anyScopeList

This commit is contained in:
Yuri Kuznetsov
2025-10-25 12:47:21 +03:00
parent 4e0d5a2267
commit 599646c397
5 changed files with 68 additions and 23 deletions

View File

@@ -44,21 +44,21 @@
},
"aclDependencies": {
"type": "object",
"description": "Rules making a metadata sections available for a user when they don't have access to a scope.",
"description": "Rules making a metadata sections available for the user when they don't have access to the scope.",
"additionalProperties": {
"description": "A metadata path, items are separated by dots.",
"properties": {
"scope": {
"type": "string",
"description": "If a user have access to the scope, they will have access to a metadata section defined by a key."
"description": "If the user has access to the scope, they will have access to the metadata section defined by the key."
},
"field": {
"type": "string",
"description": "If a user have access to the field (of a scope), they will have access to a metadata section defined by a key."
"description": "If the user has access to the field (of the scope), they will have access to the metadata section defined by the key."
},
"anyScopeList": {
"type": "array",
"description": "Not supported. TBD.",
"description": "If the user has access to any of the list scopes, they will have access to the metadata section defined by the key. As of v9.2.5.",
"items": {
"type": "string"
}