1
0

Schema improved

This commit is contained in:
2026-01-27 21:45:52 +01:00
parent 1e1a3213df
commit 441544ed33

View File

@@ -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,