From 441544ed3323716831295042bb2b7398bd6fd34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Jenzer?= Date: Tue, 27 Jan 2026 21:45:52 +0100 Subject: [PATCH] Schema improved --- mstr-tasks-schema.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/mstr-tasks-schema.json b/mstr-tasks-schema.json index fc43b48..571427b 100644 --- a/mstr-tasks-schema.json +++ b/mstr-tasks-schema.json @@ -289,7 +289,11 @@ "type": "string" }, "unmarshaller": { - "enum": ["yaml","json","xml"], + "enum": [ + "yaml", + "json", + "xml" + ], "default": "yaml" }, "path": { @@ -908,6 +912,18 @@ }, "prefix": { "type": "string" + }, + "suffix": { + "type": "string" + }, + "encode": { + "enum": [ + "", + "json" + ] + }, + "trim": { + "type": "boolean" } }, "additionalProperties": false,