代码拉取完成,页面将自动刷新
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Ahoo-Wang/CoSec/refs/heads/main/schema/cosec-app-permission.schema.json",
"title": "CoSec App Permission Schema",
"type": "object",
"properties": {
"id": {
"description": "The id of the app permission",
"type": "string"
},
"condition": {
"description": "The condition of the app permission",
"$ref": "condition.schema.json"
},
"groups": {
"type": "array",
"items": {
"$ref": "#/definitions/permissionGroup"
}
}
},
"required": [
"id",
"groups"
],
"definitions": {
"permissionGroup": {
"type": "object",
"properties": {
"name": {
"description": "The name of the permission group",
"type": "string"
},
"description": {
"description": "The description of permission group",
"type": "string"
},
"permissions": {
"type": "array",
"items": {
"$ref": "#/definitions/permission"
}
}
},
"required": [
"name",
"permissions"
]
},
"permission": {
"type": "object",
"properties": {
"id": {
"description": "The id of the permission",
"type": "string"
},
"name": {
"description": "The name of the permission",
"type": "string"
},
"description": {
"description": "The description of the permission",
"type": "string"
},
"effect": {
"$ref": "definitions.schema.json#/definitions/effect",
"default": "allow"
},
"action": {
"$ref": "action.schema.json"
},
"condition": {
"$ref": "condition.schema.json"
}
},
"required": [
"id",
"name",
"action"
]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。