blob: 4375e1c64e75e353eb8cbf148bc6524c8c4f0ac4 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "rss",
"title": "RSS",
"description": "Transform from ROME SyndFeed Java Objects to XML and vice-versa.",
"deprecated": false,
"firstVersion": "2.1.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.rss.RssDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-rss-starter",
"version": "3.7.0-SNAPSHOT",
"modelName": "rss",
"modelJavaType": "org.apache.camel.model.dataformat.RssDataFormat"
},
"properties": {
"contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON etc." },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}