{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MergeRequestWithChangeLogResponse", "type": "object", "allOf": [ { "$ref": "#/components/schemas/MergeRequestResponse" }, { "properties": { "changeLog": { "type": "object" } } } ] }