Fix linter issues related to types, media types, and arrays (30 matches) in the MediaWiki REST API OAD:
- Add types to schema properties (wikimedia-response-schema-properties-type)
- Ensure schemas with type: array specify items; after T409113 is done (built-in rule: array-items)
- Ensure all responses have valid media types (wikimedia-response-valid-media-type)
- Ensure all media types are valid (wikimedia-valid-media-type)
Note that only global properties and properties under paths starting with /v1/ are in scope for this task.