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": {
                "pid": {
                    "description": "Valid page id",
                    "type": "integer",
                    "required": true
                },
                "editable": {
                    "description": "Flag that indicates whether the review process can be edited",
                    "type": "boolean",
                    "required": true
                },
                "sequential": {
                    "description": "Flag that indicates whether the steps of the review process should be processed one by one or in parallel",
                    "type": "boolean",
                    "required": true
                },
                "abortable": {
                    "description": "Flag that indicates whether the review process can be aborted",
                    "type": "boolean",
                    "required": true
                },
                "startdate": {
                    "description": "Start date for review in format YmdHis",
                    "type": "string",
                    "required": true
                },
                "enddate": {
                    "description": "End date for review in format YmdHis",
                    "type": "string",
                    "required": true
                },
                "steps": {
                    "description": "An array ob objects that describe each step of the review process",
                    "type": "array",
                    "required": true
                },
                "tmpl_save": {
                    "description": "Save to template",
                    "type": "boolean",
                    "required": false
                },
                "tmpl_name": {
                    "description": "Template name",
                    "type": "string",
                    "required": false,
                    "default": ""
                },
                "tmpl_choice": {
                    "description": "The id of a review template",
                    "type": "integer",
                    "required": false,
                    "default": -1
                },
                "type": {
                    "description": "Type for the review process",
                    "type": "string",
                    "required": true
                }
            }
        }
    }
}