{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Merge", "title": "Merge", "type": "object", "properties": { "algorithm": { "type": "string", "pattern": "^[a-z][a-z0-9/_-]+$" }, "config": {} } }