MediaWiki API 结果
这是JSON格式的HTML实现。HTML对调试很有用,但不适合应用程序使用。
指定format参数以更改输出格式。要查看JSON格式的非HTML实现,设置format=json。
{
"schema": {
"task": {
"description": "应执行的任务",
"type": "string"
},
"taskData": {
"type": "object",
"properties": {
"userIDs": {
"description": "Array of valid User IDs",
"type": "array",
"required": true
}
}
}
}
}