Resultado de la API de MediaWiki

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": "La tarea que debería ejecutarse",
            "type": "string"
        },
        "taskData": {
            "type": "object",
            "properties": {
                "page_id": {
                    "description": "El identificador de una página existente de la wiki",
                    "type": "integer",
                    "required": true
                },
                "page_title": {
                    "description": "Un título válido de una página wiki",
                    "type": "string",
                    "required": true
                },
                "categories": {
                    "description": "Matriz de cadenas. Los valores deben ser nombres de categorías válidos.",
                    "type": "array",
                    "required": false,
                    "default": []
                }
            }
        }
    }
}