Schema improved
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user