Make response body property descriptions translatable for all core schemas in the MediaWiki REST API for which this has not been done. Task T384747: Translate response body property descriptions for 'content.v1' endpoints covers doing this for schemas used in the content.v1 module, and can be used as a pattern. See that task for implementation details and links to an example.
Schemas covered by this task:
- MediaFile.json
- MediaLinks.json
- ModuleSpec.json
- PageHistory.json
- PageHistoryCount.json
- PageLanguageLinks.json
- RevisionCompare.json
- SearchResults.json
To reiterate something mentioned on T384747: Translate response body property descriptions for 'content.v1' endpoints if any English descriptions are available from the API Portal endpoint documentation, they should be used as the English string in en.json, rather than the current description from the schema.
Note that ModuleSpec.json is not listed, because it refers to a non-WMF spec and therefore needs no modification.