blob: 8762c49e1aca6d9050d6e77cc584a5fc35a88236 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "hl7",
"title": "HL7",
"description": "Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,hl7",
"javaType": "org.apache.camel.component.hl7.HL7DataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-hl7-starter",
"version": "3.11.0-SNAPSHOT",
"modelName": "hl7",
"modelJavaType": "org.apache.camel.model.dataformat.HL7DataFormat"
},
"properties": {
"validate": { "kind": "attribute", "displayName": "Validate", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to validate the HL7 message Is by default true." },
"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" }
}
}