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": {
                "desc": {
                    "description": "Description for template - max. 255 characters",
                    "type": "string",
                    "required": false
                },
                "label": {
                    "description": "Label for template - max. 255 characters",
                    "type": "string",
                    "required": true
                },
                "template": {
                    "description": "Valid Title name",
                    "type": "string",
                    "required": true
                },
                "targetns": {
                    "description": "Valid Namespace ID",
                    "type": "integer",
                    "required": false,
                    "default": 0
                },
                "id": {
                    "description": "ID of template",
                    "type": "integer",
                    "required": false
                }
            }
        }
    }
}