{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "pullrequest_merge_parameters", "type": "object", "properties": { "type": { "type": "string" }, "message": { "type": "string" }, "close_source_branch": { "type": "boolean" }, "merge_strategy": { "type": "string" } } }