I noticed a few places (AbuseFilter, SiteMatrix) used the old _merge_strategy key where the unprefixed version should've been used. And descriptionmsg was spelled wrong in the schema.
We need to tighten up the schema validation by setting additionalProperties: false. This causes failures in a few extensions, but it's all straightforward (plus T252586).