文件操作 - blueprint.json
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/ionos-assistant/vendor/ionos/blueprint/schema/blueprint.json
编辑文件内容
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "http://api.example.com/profile.json", "type": "object", "properties": { "name": { "type": "string" }, "items": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["Install", "Activate"] }, "object": { "type": "object", "properties": { "applicationCategory": { "type": "string", "enum" : ["Theme", "Plugin"] } }, "required": [ "type", "name", "applicationCategory" ] } }, "required": [ "type", "object" ] } } }, "required": [ "type", "totalItems", "items" ], "additionalProperties": true }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件