MediaWiki API 结果

这是JSON格式的HTML实现。HTML对调试很有用,但不适合应用程序使用。

指定format参数以更改输出格式。要查看JSON格式的非HTML实现,设置format=json

参见完整文档,或API帮助以获取更多信息。

{
    "schema": {
        "task": {
            "description": "应执行的任务",
            "type": "string"
        },
        "taskData": {
            "type": "object",
            "properties": {
                "page_id": {
                    "description": "现有wiki页面的ID",
                    "type": "integer",
                    "required": true
                },
                "page_title": {
                    "description": "wiki页面的有效标题",
                    "type": "string",
                    "required": true
                },
                "categories": {
                    "description": "字符串数组。值应为有效分类名称。",
                    "type": "array",
                    "required": false,
                    "default": []
                }
            }
        }
    }
}