Fix linter issues related to descriptions and examples under the following paths in the MediaWiki REST API OAD (89 issues):
- /v1/page*
- /v1/revision*
- /v1/search*
- /v1/file*
Additionally, fix description and example issues in the components object in the OAD.
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 schemas (wikimedia-schema-example-recommended)
When adding or editing descriptions in the OAD, be sure to follow the style guide.