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