MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=jsonschema
(main | jsonschema)
- This module requires read rights.
 - Source: EventLogging
 - License: GPL-2.0-or-later
 
Retrieve a JSON Schema page.
Specific parameters:
Other general parameters are available.
- revid
 Schema revision ID.
- Type: integer
 - title
 Schema name.
Examples:
- Retrieve schema for revision 1234
 - api.php?action=jsonschema&revid=1234 [open in sandbox]
 - Retrieve schema for latest revision of Schema:Test
 - api.php?action=jsonschema&title=Test [open in sandbox]