blob: 5572b84c6d9677c0a683122e93ed25e844a911be [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "ical",
"title": "iCal",
"description": "Marshal and unmarshal iCal (.ics) documents to\/from model objects provided by the iCal4j library.",
"deprecated": false,
"firstVersion": "2.12.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.component.ical.ICalDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-ical-starter",
"version": "3.10.1-SNAPSHOT",
"modelName": "ical",
"modelJavaType": "org.apache.camel.model.dataformat.IcalDataFormat"
},
"properties": {
"validating": { "kind": "attribute", "displayName": "Validating", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether to validate." },
"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" }
}
}