MediaWiki-API-Ergebnis

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": "Die auszuführende Aufgabe",
            "type": "string"
        },
        "taskData": {
            "type": "object",
            "properties": {
                "page_id": {
                    "description": "Die Kennung einer vorhandenen Seite",
                    "type": "integer",
                    "required": true
                },
                "page_title": {
                    "description": "Ein gültiger Titel einer Seite",
                    "type": "string",
                    "required": true
                },
                "categories": {
                    "description": "Anordnung von Zeichenfolgen. Werte müssen gültige Kategorienamen sein.",
                    "type": "array",
                    "required": false,
                    "default": []
                }
            }
        }
    }
}