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" "type": "string"
}, },
"unmarshaller": { "unmarshaller": {
"enum": ["yaml","json","xml"], "enum": [
"yaml",
"json",
"xml"
],
"default": "yaml" "default": "yaml"
}, },
"path": { "path": {
@@ -908,6 +912,18 @@
}, },
"prefix": { "prefix": {
"type": "string" "type": "string"
},
"suffix": {
"type": "string"
},
"encode": {
"enum": [
"",
"json"
]
},
"trim": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,