Fix linter issues related to descriptions and examples under a subset of /v1/transform paths in the MediaWiki REST API OAD (96 issues).
Paths in scope for this task:
- /v1/transform/wikitext/to/html/{title}/{revision}
- /v1/transform/html/to/wikitext/{title}/{revision}
- /v1/transform/wikitext/to/lint/{title}/{revision}
- /v1/transform/wikitext/to/html
- /v1/transform/html/to/wikitext
Add descriptions:
- to response schema properties (wikimedia-response-schema-properties-description)
- to request bodies; after T427355 is done (wikimedia-requestbody-description)
- to request body schema properties (wikimedia-requestbody-schema-properties-description)
- to operations (wikimedia-operation-description)
- to parameters (wikimedia-paths-parameter-description-customized)
Add examples after T427361, T427360, T424002, T426836 are done:
- for parameters (wikimedia-paths-parameter-example-exists)
- for responses (wikimedia-response-example-exists)
- for request bodies (wikimedia-requestbody-example-exists)
- for all components (wikimedia-schema-example-recommended)
When adding or editing descriptions in the OAD, be sure to follow the style guide.