{ "bsonType": "object", "permission": { "create": false, "delete": false, "read": false, "update": false }, "properties": { "_id": { "description": "存储文档 ID,系统自动生成" }, "comment": { "bsonType": "string", "description": "备注", "title": "备注", "trim": "both" }, "create_date": { "bsonType": "timestamp", "description": "创建时间", "forceDefaultValue": { "$env": "now" } }, "permission": { "bsonType": "array", "description": "角色拥有的权限列表", "foreignKey": "uni-id-permissions.permission_id", "title": "权限" }, "role_id": { "bsonType": "string", "description": "角色唯一标识,不可修改,不允许重复", "title": "唯一ID", "trim": "both" }, "role_name": { "bsonType": "string", "description": "角色名称", "title": "名称", "trim": "both" } }, "required": [ "role_id" ] }