نتیجه ای‌پی‌آی مدیاویکی

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "schema": {
        "task": {
            "description": "وظیفه‌ای که باید اجرا شود",
            "type": "string"
        },
        "taskData": {
            "type": "object",
            "properties": {
                "page_id": {
                    "description": "شناسهٔ یک ویکی‌صفحهٔ از پیش موجود",
                    "type": "integer",
                    "required": true
                },
                "page_title": {
                    "description": "عنوان معتبری مربوط به یک صفحهٔ ویکی",
                    "type": "string",
                    "required": true
                },
                "categories": {
                    "description": "آرایه‌ای از رشته‌ها. مقدارها باید برابر با نام معتبر رده‌ها باشند.",
                    "type": "array",
                    "required": false,
                    "default": []
                }
            }
        }
    }
}