correction error

This commit is contained in:
philc 2023-06-21 09:36:39 +02:00
parent e3b65831fd
commit e172ba7cf2

View File

@ -60,8 +60,7 @@
}, },
"accessrights": { "accessrights": {
"title": "Accessright per Object or per Object.key belonging to tribe", "title": "Accessright per Object or per Object.key belonging to tribe",
"description": "A Person has to exist and want to create read update delete, if Own means if owner = alias of user requested some CRUD action to owner then he can act on this object or object.key", "description": "A Person has to exist and want to create read update delete, if Own means if owner = alias of user requested some CRUD action to owner then he can act on this object or object.key List of Object with CRUDO value like {Person:'RUDO',"Person.recoveryauth":'O',...}",
"description": "List of Object with CRUDO value like {Person:'RUDO',"Person.recoveryauth":'O',...}",
"type": "object" "type": "object"
} }
}, },