blob: a71cf2e1ec05b1e4baef1bfc2a341e908e973461 [file] [log] [blame]
{
"definitions": {
"dataformats": {
"properties": {
"any23": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.Any23DataFormat"
},
"asn1": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ASN1DataFormat"
},
"avro": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.AvroDataFormat"
},
"barcode": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BarcodeDataFormat"
},
"base64": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.Base64DataFormat"
},
"beanio": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BeanioDataFormat"
},
"bindy": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BindyDataFormat"
},
"cbor": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CBORDataFormat"
},
"crypto": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CryptoDataFormat"
},
"csv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CsvDataFormat"
},
"custom-data-format": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CustomDataFormat"
},
"fhir-json": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FhirJsonDataFormat"
},
"fhir-xml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FhirXmlDataFormat"
},
"flatpack": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FlatpackDataFormat"
},
"grok": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.GrokDataFormat"
},
"gzipdeflater": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.GzipDataFormat"
},
"hl7": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.HL7DataFormat"
},
"ical": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.IcalDataFormat"
},
"jacksonxml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JacksonXMLDataFormat"
},
"jaxb": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JaxbDataFormat"
},
"json": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JsonDataFormat"
},
"json-api": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JsonApiDataFormat"
},
"lzf": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.LZFDataFormat"
},
"mime-multipart": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.MimeMultipartDataFormat"
},
"pgp": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.PGPDataFormat"
},
"protobuf": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ProtobufDataFormat"
},
"rss": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.RssDataFormat"
},
"secure-xml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XMLSecurityDataFormat"
},
"soapjaxb": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.SoapJaxbDataFormat"
},
"syslog": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.SyslogDataFormat"
},
"tarfile": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.TarFileDataFormat"
},
"thrift": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ThriftDataFormat"
},
"tidy-markup": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.TidyMarkupDataFormat"
},
"univocity-csv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityCsvDataFormat"
},
"univocity-fixed": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat"
},
"univocity-tsv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityTsvDataFormat"
},
"xmlrpc": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XmlRpcDataFormat"
},
"xstream": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XStreamDataFormat"
},
"yaml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.YAMLDataFormat"
},
"zipdeflater": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ZipDeflaterDataFormat"
},
"zipfile": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ZipFileDataFormat"
}
},
"type": "object"
},
"expressions": {
"properties": {
"constant": {
"$ref": "#/definitions/org.apache.camel.model.language.ConstantExpression"
},
"csimple": {
"$ref": "#/definitions/org.apache.camel.model.language.CSimpleExpression"
},
"datasonnet": {
"$ref": "#/definitions/org.apache.camel.model.language.DatasonnetExpression"
},
"exchange-property": {
"$ref": "#/definitions/org.apache.camel.model.language.ExchangePropertyExpression"
},
"groovy": {
"$ref": "#/definitions/org.apache.camel.model.language.GroovyExpression"
},
"header": {
"$ref": "#/definitions/org.apache.camel.model.language.HeaderExpression"
},
"hl7terser": {
"$ref": "#/definitions/org.apache.camel.model.language.Hl7TerserExpression"
},
"joor": {
"$ref": "#/definitions/org.apache.camel.model.language.JoorExpression"
},
"jsonpath": {
"$ref": "#/definitions/org.apache.camel.model.language.JsonPathExpression"
},
"language": {
"$ref": "#/definitions/org.apache.camel.model.language.LanguageExpression"
},
"method": {
"$ref": "#/definitions/org.apache.camel.model.language.MethodCallExpression"
},
"mvel": {
"$ref": "#/definitions/org.apache.camel.model.language.MvelExpression"
},
"ognl": {
"$ref": "#/definitions/org.apache.camel.model.language.OgnlExpression"
},
"ref": {
"$ref": "#/definitions/org.apache.camel.model.language.RefExpression"
},
"simple": {
"$ref": "#/definitions/org.apache.camel.model.language.SimpleExpression"
},
"spel": {
"$ref": "#/definitions/org.apache.camel.model.language.SpELExpression"
},
"tokenize": {
"$ref": "#/definitions/org.apache.camel.model.language.TokenizerExpression"
},
"xpath": {
"$ref": "#/definitions/org.apache.camel.model.language.XPathExpression"
},
"xquery": {
"$ref": "#/definitions/org.apache.camel.model.language.XQueryExpression"
},
"xtokenize": {
"$ref": "#/definitions/org.apache.camel.model.language.XMLTokenizerExpression"
}
},
"type": "object"
},
"org.apache.camel.builder.DeadLetterChannelBuilder": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"async-delayed-redelivery": {
"type": "boolean"
},
"dead-letter-handle-new-exception": {
"type": "boolean"
},
"use-original-body": {
"type": "boolean"
},
"use-original-message": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.builder.DefaultErrorHandlerBuilder": {
"properties": {
"async-delayed-redelivery": {
"type": "boolean"
},
"dead-letter-handle-new-exception": {
"type": "boolean"
},
"use-original-body": {
"type": "boolean"
},
"use-original-message": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.builder.ErrorHandlerBuilderRef": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"support-transacted": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.builder.ErrorHandlerBuilderSupport": {
"type": "object"
},
"org.apache.camel.builder.NoErrorHandlerBuilder": {
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.AggregateStepParser$CorrelationExpression": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.AggregateStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-controller-ref": {
"type": "string"
},
"aggregation-repository-ref": {
"type": "string"
},
"close-correlation-key-on-completion": {
"type": "string"
},
"complete-all-on-stop": {
"type": "string"
},
"completion-from-batch-consumer": {
"type": "string"
},
"completion-interval": {
"type": "string"
},
"completion-on-new-correlation-group": {
"type": "string"
},
"completion-size": {
"type": "string"
},
"completion-timeout": {
"type": "string"
},
"completion-timeout-checker-interval": {
"type": "string"
},
"correlation-expression": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.AggregateStepParser$CorrelationExpression"
},
"discard-on-aggregation-failure": {
"type": "string"
},
"discard-on-completion-timeout": {
"type": "string"
},
"eager-check-completion": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"force-completion-on-stop": {
"type": "string"
},
"ignore-invalid-correlation-keys": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"optimistic-locking": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"timeout-checker-executor-service-ref": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.BeansStepParser$Definition": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition": {
"properties": {
"otherwise": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$Otherwise"
},
"when": {
"items": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$When"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$Otherwise": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$When": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$CBDefinition": {
"properties": {
"on-fallback": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$FBDefinition"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$FBDefinition": {
"properties": {
"fallback-via-network": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DelayStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"async-delayed": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoCatchDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoFinallyDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoTryDefinition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DynamicRouterStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"uri-delimiter": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.EnrichStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-on-exception": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"share-unit-of-work": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ErrorHandlerStepParser$Definition": {
"properties": {
"dead-letter-channel": {
"$ref": "#/definitions/org.apache.camel.builder.DeadLetterChannelBuilder"
},
"default": {
"$ref": "#/definitions/org.apache.camel.builder.DefaultErrorHandlerBuilder"
},
"no-error-handler": {
"$ref": "#/definitions/org.apache.camel.builder.NoErrorHandlerBuilder"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.FilterStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.FromStepParser$Definition": {
"properties": {
"parameters": {
"type": "object"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"uri": {
"type": "string"
}
},
"required": [
"steps",
"uri"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.IdempotentConsumerParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"completion-eager": {
"type": "string"
},
"eager": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"message-id-repository-ref": {
"type": "string"
},
"remove-on-failure": {
"type": "string"
},
"skip-duplicate": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition": {
"properties": {
"custom": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition"
},
"failover": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition"
},
"inherit-error-handler": {
"type": "boolean"
},
"random": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition"
},
"round-robin": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"sticky": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition$Sticky"
},
"topic": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition"
},
"type": {
"$ref": "#/definitions/org.apache.camel.model.LoadBalancerDefinition"
},
"weighted": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition$Sticky": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"id": {
"type": "string"
}
}
},
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"id": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoopStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"copy": {
"type": "string"
},
"do-while": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.MarshalStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/dataformats"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.MulticastStepParser$Definition": {
"properties": {
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$ExpressionElement": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$MaybeBooleanExpressionElement": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$When": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.PipelineStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.PollEnrichStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-on-exception": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ProcessStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RecipientListStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ResequenceStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"batch-config": {
"$ref": "#/definitions/org.apache.camel.model.config.BatchResequencerConfig"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stream-config": {
"$ref": "#/definitions/org.apache.camel.model.config.StreamResequencerConfig"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RestStepParser$Definition": {
"properties": {
"api-docs": {
"type": "boolean"
},
"binding-mode": {
"enum": [
"auto",
"off",
"json",
"xml",
"json_xml"
]
},
"consumes": {
"type": "string"
},
"description": {
"type": "string"
},
"enable-cors": {
"type": "boolean"
},
"id": {
"type": "string"
},
"out-type": {
"type": "string"
},
"produces": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"type": {
"type": "string"
},
"uri": {
"type": "string"
},
"verb": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RouteStepParser$Definition": {
"properties": {
"auto-startup": {
"type": "boolean"
},
"from": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RouteStepParser$From"
},
"group": {
"type": "string"
},
"id": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"required": [
"from",
"steps"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RouteStepParser$From": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"parameters": {
"type": "object"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.RoutingSlipStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"uri-delimiter": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SagaStepParser$Definition": {
"properties": {
"completion-mode": {
"enum": [
"AUTO",
"MANUAL"
],
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"propagation": {
"enum": [
"REQUIRED",
"REQUIRES_NEW",
"MANDATORY",
"SUPPORTS",
"NOT_SUPPORTED",
"NEVER"
],
"type": "string"
},
"saga-service-ref": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"timeout": {
"type": "string"
},
"timeout-in-milliseconds": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SampleStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"message-frequency": {
"type": "string"
},
"sample-period": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"units": {
"enum": [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
],
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ScriptStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$ServiceCallExpressionDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"host-header": {
"type": "string"
},
"id": {
"type": "string"
},
"port-header": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetBodyStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetExchangePatternStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetHeaderStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetPropertyStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SortStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"comparator-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SplitStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"delimiter": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.StepStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ThrottleStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"async-delayed": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"reject-execution": {
"type": "string"
},
"time-period-millis": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ThrowExceptionStepParser$Definition": {
"properties": {
"exception-type": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"message": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ToDynamicStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-optimised-components": {
"type": "string"
},
"auto-start-components": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"parameters": {
"type": "object"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.ToStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"parameters": {
"type": "object"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.TransactedStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.TransformStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.UnmarshalStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/dataformats"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ValidateStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$Definition": {
"properties": {
"allow-optimised-components": {
"type": "string"
},
"auto-start-components": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$HeaderDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$NewExchangeDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.model.BeanDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"bean-type": {
"type": "string"
},
"cache": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"method": {
"type": "string"
},
"ref": {
"type": "string"
},
"scope": {
"enum": [
"Singleton",
"Request",
"Prototype"
],
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.ClaimCheckDefinition": {
"properties": {
"filter": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"key": {
"type": "string"
},
"operation": {
"enum": [
"Get",
"GetAndRemove",
"Set",
"Push",
"Pop"
],
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.ConvertBodyDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"charset": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.LoadBalancerDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.LogDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"log-name": {
"type": "string"
},
"logger-ref": {
"type": "string"
},
"logging-level": {
"enum": [
"TRACE",
"DEBUG",
"INFO",
"WARN",
"ERROR",
"OFF"
],
"type": "string"
},
"marker": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemoveHeaderDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"header-name": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemoveHeadersDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"exclude-pattern": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemovePropertiesDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"exclude-pattern": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemovePropertyDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"property-name": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RollbackDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"mark-rollback-only": {
"type": "string"
},
"mark-rollback-only-last": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.StopDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.model.ThreadsDefinition": {
"properties": {
"allow-core-thread-time-out": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"keep-alive-time": {
"type": "string"
},
"max-pool-size": {
"type": "string"
},
"max-queue-size": {
"type": "string"
},
"pool-size": {
"type": "string"
},
"rejected-policy": {
"enum": [
"Abort",
"CallerRuns",
"DiscardOldest",
"Discard"
],
"type": "string"
},
"thread-name": {
"type": "string"
},
"time-unit": {
"enum": [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
],
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.config.BatchResequencerConfig": {
"properties": {
"allow-duplicates": {
"type": "string"
},
"batch-size": {
"type": "string"
},
"batch-timeout": {
"type": "string"
},
"ignore-invalid-exchanges": {
"type": "string"
},
"reverse": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.config.StreamResequencerConfig": {
"properties": {
"capacity": {
"type": "string"
},
"comparator-ref": {
"type": "string"
},
"delivery-attempt-interval": {
"type": "string"
},
"ignore-invalid-exchanges": {
"type": "string"
},
"reject-old": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ASN1DataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"clazz-name": {
"type": "string"
},
"id": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.Any23DataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"base-uri": {
"type": "string"
},
"id": {
"type": "string"
},
"output-format": {
"enum": [
"NTRIPLES",
"TURTLE",
"NQUADS",
"RDFXML",
"JSONLD",
"RDFJSON",
"RDF4JMODEL"
],
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.AvroDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
},
"instance-class-name": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.BarcodeDataFormat": {
"properties": {
"barcode-format": {
"type": "string"
},
"height": {
"type": "string"
},
"id": {
"type": "string"
},
"image-type": {
"type": "string"
},
"width": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.Base64DataFormat": {
"properties": {
"id": {
"type": "string"
},
"line-length": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"url-safe": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.BeanioDataFormat": {
"properties": {
"bean-reader-error-handler-type": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-invalid-records": {
"type": "string"
},
"ignore-unexpected-records": {
"type": "string"
},
"ignore-unidentified-records": {
"type": "string"
},
"mapping": {
"type": "string"
},
"stream-name": {
"type": "string"
},
"unmarshal-single-object": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.BindyDataFormat": {
"properties": {
"allow-empty-stream": {
"type": "string"
},
"class-type": {
"type": "string"
},
"id": {
"type": "string"
},
"locale": {
"type": "string"
},
"type": {
"enum": [
"Csv",
"Fixed",
"KeyValue"
],
"type": "string"
},
"unwrap-single-instance": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"org.apache.camel.model.dataformat.CBORDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"id": {
"type": "string"
},
"object-mapper": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-default-object-mapper": {
"type": "string"
},
"use-list": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.CryptoDataFormat": {
"properties": {
"algorithm": {
"type": "string"
},
"algorithm-parameter-ref": {
"type": "string"
},
"buffersize": {
"type": "string"
},
"crypto-provider": {
"type": "string"
},
"id": {
"type": "string"
},
"init-vector-ref": {
"type": "string"
},
"inline": {
"type": "string"
},
"key-ref": {
"type": "string"
},
"mac-algorithm": {
"type": "string"
},
"should-append-hmac": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.CsvDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-missing-column-names": {
"type": "string"
},
"comment-marker": {
"type": "string"
},
"comment-marker-disabled": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"escape": {
"type": "string"
},
"escape-disabled": {
"type": "string"
},
"format-name": {
"enum": [
"DEFAULT",
"EXCEL",
"INFORMIX_UNLOAD",
"INFORMIX_UNLOAD_CSV",
"MYSQL",
"RFC4180"
],
"type": "string"
},
"format-ref": {
"type": "string"
},
"header-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-empty-lines": {
"type": "string"
},
"ignore-header-case": {
"type": "string"
},
"ignore-surrounding-spaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"marshaller-factory-ref": {
"type": "string"
},
"null-string": {
"type": "string"
},
"null-string-disabled": {
"type": "string"
},
"quote": {
"type": "string"
},
"quote-disabled": {
"type": "string"
},
"quote-mode": {
"type": "string"
},
"record-converter-ref": {
"type": "string"
},
"record-separator": {
"type": "string"
},
"record-separator-disabled": {
"type": "string"
},
"skip-header-record": {
"type": "string"
},
"trailing-delimiter": {
"type": "string"
},
"trim": {
"type": "string"
},
"use-maps": {
"type": "string"
},
"use-ordered-maps": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.CustomDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.FhirJsonDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"dont-encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"dont-strip-versions-from-references-at-paths": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements-applies-to-child-resources-only": {
"type": "string"
},
"fhir-version": {
"enum": [
"DSTU2",
"DSTU2_HL7ORG",
"DSTU2_1",
"DSTU3",
"R4"
],
"type": "string"
},
"id": {
"type": "string"
},
"omit-resource-id": {
"type": "string"
},
"override-resource-id-with-bundle-entry-full-url": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"server-base-url": {
"type": "string"
},
"strip-versions-from-references": {
"type": "string"
},
"summary-mode": {
"type": "string"
},
"suppress-narratives": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.FhirXmlDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"dont-encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"dont-strip-versions-from-references-at-paths": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements-applies-to-child-resources-only": {
"type": "string"
},
"fhir-version": {
"enum": [
"DSTU2",
"DSTU2_HL7ORG",
"DSTU2_1",
"DSTU3",
"R4"
],
"type": "string"
},
"id": {
"type": "string"
},
"omit-resource-id": {
"type": "string"
},
"override-resource-id-with-bundle-entry-full-url": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"server-base-url": {
"type": "string"
},
"strip-versions-from-references": {
"type": "string"
},
"summary-mode": {
"type": "string"
},
"suppress-narratives": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.FlatpackDataFormat": {
"properties": {
"allow-short-lines": {
"type": "string"
},
"definition": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"fixed": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-extra-columns": {
"type": "string"
},
"ignore-first-record": {
"type": "string"
},
"parser-factory-ref": {
"type": "string"
},
"text-qualifier": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.GrokDataFormat": {
"properties": {
"allow-multiple-matches-per-line": {
"type": "string"
},
"flattened": {
"type": "string"
},
"id": {
"type": "string"
},
"named-only": {
"type": "string"
},
"pattern": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.GzipDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.HL7DataFormat": {
"properties": {
"id": {
"type": "string"
},
"validate": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.IcalDataFormat": {
"properties": {
"id": {
"type": "string"
},
"validating": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JacksonXMLDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"content-type-header": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"enable-jaxb-annotation-module": {
"type": "string"
},
"id": {
"type": "string"
},
"include": {
"type": "string"
},
"json-view": {
"type": "string"
},
"module-class-names": {
"type": "string"
},
"module-refs": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-list": {
"type": "string"
},
"xml-mapper": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JaxbDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"context-path": {
"type": "string"
},
"context-path-is-class-name": {
"type": "string"
},
"encoding": {
"type": "string"
},
"filter-non-xml-chars": {
"type": "string"
},
"fragment": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-jaxb-element": {
"type": "string"
},
"jaxb-provider-properties": {
"type": "string"
},
"must-be-jaxb-element": {
"type": "string"
},
"namespace-prefix-ref": {
"type": "string"
},
"no-namespace-schema-location": {
"type": "string"
},
"object-factory": {
"type": "string"
},
"part-class": {
"type": "string"
},
"part-namespace": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"schema": {
"type": "string"
},
"schema-location": {
"type": "string"
},
"schema-severity-level": {
"enum": [
"0",
"1",
"2"
],
"type": "string"
},
"xml-stream-writer-wrapper": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JsonApiDataFormat": {
"properties": {
"data-format-types": {
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"type": "string"
},
"main-format-type": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JsonDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"auto-discover-object-mapper": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"content-type-header": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"drop-root-node": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"id": {
"type": "string"
},
"include": {
"type": "string"
},
"json-view": {
"type": "string"
},
"library": {
"enum": [
"XStream",
"Jackson",
"Johnzon",
"Gson",
"Fastjson",
"Jsonb"
]
},
"module-class-names": {
"type": "string"
},
"module-refs": {
"type": "string"
},
"object-mapper": {
"type": "string"
},
"permissions": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"timezone": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-default-object-mapper": {
"type": "string"
},
"use-list": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.LZFDataFormat": {
"properties": {
"id": {
"type": "string"
},
"using-parallel-compression": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.MimeMultipartDataFormat": {
"properties": {
"binary-content": {
"type": "string"
},
"headers-inline": {
"type": "string"
},
"id": {
"type": "string"
},
"include-headers": {
"type": "string"
},
"multipart-sub-type": {
"type": "string"
},
"multipart-without-attachment": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.PGPDataFormat": {
"properties": {
"algorithm": {
"type": "string"
},
"armored": {
"type": "string"
},
"compression-algorithm": {
"type": "string"
},
"hash-algorithm": {
"type": "string"
},
"id": {
"type": "string"
},
"integrity": {
"type": "string"
},
"key-file-name": {
"type": "string"
},
"key-userid": {
"type": "string"
},
"password": {
"type": "string"
},
"provider": {
"type": "string"
},
"signature-key-file-name": {
"type": "string"
},
"signature-key-ring": {
"type": "string"
},
"signature-key-userid": {
"type": "string"
},
"signature-password": {
"type": "string"
},
"signature-verification-option": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ProtobufDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-format": {
"enum": [
"native",
"json"
],
"type": "string"
},
"content-type-header": {
"type": "string"
},
"id": {
"type": "string"
},
"instance-class": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.RssDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.SoapJaxbDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"context-path": {
"type": "string"
},
"element-name-strategy-ref": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"namespace-prefix-ref": {
"type": "string"
},
"schema": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.SyslogDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.TarFileDataFormat": {
"properties": {
"allow-empty-directory": {
"type": "string"
},
"id": {
"type": "string"
},
"max-decompressed-size": {
"type": "string"
},
"preserve-path-elements": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ThriftDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-format": {
"enum": [
"binary",
"json",
"sjson"
],
"type": "string"
},
"content-type-header": {
"type": "string"
},
"id": {
"type": "string"
},
"instance-class": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.TidyMarkupDataFormat": {
"properties": {
"data-object-type": {
"type": "string"
},
"id": {
"type": "string"
},
"omit-xml-declaration": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityCsvDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"quote": {
"type": "string"
},
"quote-all-fields": {
"type": "string"
},
"quote-escape": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"padding": {
"type": "string"
},
"record-ends-on-newline": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
},
"skip-trailing-chars-until-newline": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityTsvDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"escape-char": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.XMLSecurityDataFormat": {
"properties": {
"add-key-value-for-encrypted-key": {
"type": "string"
},
"digest-algorithm": {
"type": "string"
},
"id": {
"type": "string"
},
"key-cipher-algorithm": {
"type": "string"
},
"key-or-trust-store-parameters-ref": {
"type": "string"
},
"key-password": {
"type": "string"
},
"mgf-algorithm": {
"type": "string"
},
"pass-phrase": {
"type": "string"
},
"pass-phrase-byte": {
"format": "binary",
"type": "string"
},
"recipient-key-alias": {
"type": "string"
},
"secure-tag": {
"type": "string"
},
"secure-tag-contents": {
"type": "string"
},
"xml-cipher-algorithm": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.XStreamDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-header": {
"type": "string"
},
"driver": {
"type": "string"
},
"driver-ref": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"mode": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.XmlRpcDataFormat": {
"properties": {
"id": {
"type": "string"
},
"request": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.YAMLDataFormat": {
"properties": {
"allow-any-type": {
"type": "string"
},
"allow-recursive-keys": {
"type": "string"
},
"constructor": {
"type": "string"
},
"dumper-options": {
"type": "string"
},
"id": {
"type": "string"
},
"library": {
"enum": [
"SnakeYAML"
]
},
"max-aliases-for-collections": {
"type": "string"
},
"pretty-flow": {
"type": "string"
},
"representer": {
"type": "string"
},
"resolver": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-application-context-class-loader": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ZipDeflaterDataFormat": {
"properties": {
"compression-level": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ZipFileDataFormat": {
"properties": {
"allow-empty-directory": {
"type": "string"
},
"id": {
"type": "string"
},
"max-decompressed-size": {
"type": "string"
},
"preserve-path-elements": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.language.CSimpleExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.ConstantExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.DatasonnetExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"body-media-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"output-media-type": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.ExchangePropertyExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.GroovyExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.HeaderExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.Hl7TerserExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.JoorExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"pre-compile": {
"type": "string"
},
"result-type": {
"type": "string"
},
"single-quotes": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.JsonPathExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-easy-predicate": {
"type": "string"
},
"allow-simple": {
"type": "string"
},
"expression": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"option": {
"enum": [
"DEFAULT_PATH_LEAF_TO_NULL",
"ALWAYS_RETURN_LIST",
"AS_PATH_LIST",
"SUPPRESS_EXCEPTIONS",
"REQUIRE_PROPERTIES"
],
"type": "string"
},
"result-type": {
"type": "string"
},
"suppress-exceptions": {
"type": "string"
},
"trim": {
"type": "string"
},
"write-as-string": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.LanguageExpression": {
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
},
"org.apache.camel.model.language.MethodCallExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"bean-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"method": {
"type": "string"
},
"ref": {
"type": "string"
},
"scope": {
"enum": [
"Singleton",
"Request",
"Prototype"
],
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.MvelExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.OgnlExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.RefExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.SimpleExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.SpELExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.TokenizerExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"end-token": {
"type": "string"
},
"expression": {
"type": "string"
},
"group": {
"type": "string"
},
"group-delimiter": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"include-tokens": {
"type": "string"
},
"inherit-namespace-tag-name": {
"type": "string"
},
"regex": {
"type": "string"
},
"skip-first": {
"type": "string"
},
"token": {
"type": "string"
},
"trim": {
"type": "string"
},
"xml": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XMLTokenizerExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"group": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"mode": {
"enum": [
"i",
"w",
"u",
"t"
],
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XPathExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"document-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"factory-ref": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"log-namespaces": {
"type": "string"
},
"object-model": {
"type": "string"
},
"pre-compile": {
"type": "string"
},
"result-type": {
"enum": [
"NUMBER",
"STRING",
"BOOLEAN",
"NODESET",
"NODE"
],
"type": "string"
},
"saxon": {
"type": "string"
},
"thread-safety": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XQueryExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"configuration-ref": {
"type": "string"
},
"expression": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
},
"maximum-failover-attempts": {
"type": "string"
},
"round-robin": {
"type": "string"
},
"sticky": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition": {
"properties": {
"distribution-ratio": {
"type": "string"
},
"distribution-ratio-delimiter": {
"type": "string"
},
"id": {
"type": "string"
},
"round-robin": {
"type": "string"
}
},
"type": "object"
},
"step": {
"maxProperties": 1,
"properties": {
"aggregate": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.AggregateStepParser$Definition"
},
"bean": {
"$ref": "#/definitions/org.apache.camel.model.BeanDefinition"
},
"choice": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition"
},
"circuit-breaker": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$CBDefinition"
},
"claim-check": {
"$ref": "#/definitions/org.apache.camel.model.ClaimCheckDefinition"
},
"convert-body-to": {
"$ref": "#/definitions/org.apache.camel.model.ConvertBodyDefinition"
},
"delay": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DelayStepParser$Definition"
},
"do-try": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoTryDefinition"
},
"dynamic-router": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DynamicRouterStepParser$Definition"
},
"enrich": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.EnrichStepParser$Definition"
},
"error-handler": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ErrorHandlerStepParser$Definition"
},
"filter": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.FilterStepParser$Definition"
},
"idempotent-consumer": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.IdempotentConsumerParser$Definition"
},
"load-balance": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition"
},
"log": {
"$ref": "#/definitions/org.apache.camel.model.LogDefinition"
},
"loop": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoopStepParser$Definition"
},
"marshal": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.MarshalStepParser$Definition"
},
"multicast": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.MulticastStepParser$Definition"
},
"on-exception": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition"
},
"pipeline": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.PipelineStepParser$Definition"
},
"poll-enrich": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.PollEnrichStepParser$Definition"
},
"process": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ProcessStepParser$Definition"
},
"recipient-list": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RecipientListStepParser$Definition"
},
"remove-header": {
"$ref": "#/definitions/org.apache.camel.model.RemoveHeaderDefinition"
},
"remove-headers": {
"$ref": "#/definitions/org.apache.camel.model.RemoveHeadersDefinition"
},
"remove-properties": {
"$ref": "#/definitions/org.apache.camel.model.RemovePropertiesDefinition"
},
"remove-property": {
"$ref": "#/definitions/org.apache.camel.model.RemovePropertyDefinition"
},
"resequence": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ResequenceStepParser$Definition"
},
"rollback": {
"$ref": "#/definitions/org.apache.camel.model.RollbackDefinition"
},
"routing-slip": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RoutingSlipStepParser$Definition"
},
"saga": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SagaStepParser$Definition"
},
"sample": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SampleStepParser$Definition"
},
"script": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ScriptStepParser$Definition"
},
"service-call": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$Definition"
},
"set-body": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetBodyStepParser$Definition"
},
"set-exchange-pattern": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetExchangePatternStepParser$Definition"
},
"set-header": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetHeaderStepParser$Definition"
},
"set-property": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetPropertyStepParser$Definition"
},
"sort": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SortStepParser$Definition"
},
"split": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SplitStepParser$Definition"
},
"step": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.StepStepParser$Definition"
},
"stop": {
"$ref": "#/definitions/org.apache.camel.model.StopDefinition"
},
"threads": {
"$ref": "#/definitions/org.apache.camel.model.ThreadsDefinition"
},
"throttle": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ThrottleStepParser$Definition"
},
"throw-exception": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ThrowExceptionStepParser$Definition"
},
"to": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ToStepParser$Definition"
},
"tod": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ToDynamicStepParser$Definition"
},
"transacted": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.TransactedStepParser$Definition"
},
"transform": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.TransformStepParser$Definition"
},
"unmarshal": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.UnmarshalStepParser$Definition"
},
"validate": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ValidateStepParser$Definition"
},
"wiretap": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.WireTapStepParser$Definition"
}
},
"type": "object"
}
},
"description": "Integration is the Schema for the integrations API",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"type": "object"
},
"spec": {
"description": "IntegrationSpec defines the desired state of Integration",
"properties": {
"configuration": {
"items": {
"description": "ConfigurationSpec --",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"type": "array"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"flows": {
"$schema": "http://json-schema.org/draft-04/schema#",
"items": {
"definitions": {
"dataformats": {
"properties": {
"any23": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.Any23DataFormat"
},
"asn1": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ASN1DataFormat"
},
"avro": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.AvroDataFormat"
},
"barcode": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BarcodeDataFormat"
},
"base64": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.Base64DataFormat"
},
"beanio": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BeanioDataFormat"
},
"bindy": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.BindyDataFormat"
},
"cbor": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CBORDataFormat"
},
"crypto": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CryptoDataFormat"
},
"csv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CsvDataFormat"
},
"custom-data-format": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.CustomDataFormat"
},
"fhir-json": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FhirJsonDataFormat"
},
"fhir-xml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FhirXmlDataFormat"
},
"flatpack": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.FlatpackDataFormat"
},
"grok": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.GrokDataFormat"
},
"gzipdeflater": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.GzipDataFormat"
},
"hl7": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.HL7DataFormat"
},
"ical": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.IcalDataFormat"
},
"jacksonxml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JacksonXMLDataFormat"
},
"jaxb": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JaxbDataFormat"
},
"json": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JsonDataFormat"
},
"json-api": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.JsonApiDataFormat"
},
"lzf": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.LZFDataFormat"
},
"mime-multipart": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.MimeMultipartDataFormat"
},
"pgp": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.PGPDataFormat"
},
"protobuf": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ProtobufDataFormat"
},
"rss": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.RssDataFormat"
},
"secure-xml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XMLSecurityDataFormat"
},
"soapjaxb": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.SoapJaxbDataFormat"
},
"syslog": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.SyslogDataFormat"
},
"tarfile": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.TarFileDataFormat"
},
"thrift": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ThriftDataFormat"
},
"tidy-markup": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.TidyMarkupDataFormat"
},
"univocity-csv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityCsvDataFormat"
},
"univocity-fixed": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat"
},
"univocity-tsv": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.UniVocityTsvDataFormat"
},
"xmlrpc": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XmlRpcDataFormat"
},
"xstream": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.XStreamDataFormat"
},
"yaml": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.YAMLDataFormat"
},
"zipdeflater": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ZipDeflaterDataFormat"
},
"zipfile": {
"$ref": "#/definitions/org.apache.camel.model.dataformat.ZipFileDataFormat"
}
},
"type": "object"
},
"expressions": {
"properties": {
"constant": {
"$ref": "#/definitions/org.apache.camel.model.language.ConstantExpression"
},
"csimple": {
"$ref": "#/definitions/org.apache.camel.model.language.CSimpleExpression"
},
"datasonnet": {
"$ref": "#/definitions/org.apache.camel.model.language.DatasonnetExpression"
},
"exchange-property": {
"$ref": "#/definitions/org.apache.camel.model.language.ExchangePropertyExpression"
},
"groovy": {
"$ref": "#/definitions/org.apache.camel.model.language.GroovyExpression"
},
"header": {
"$ref": "#/definitions/org.apache.camel.model.language.HeaderExpression"
},
"hl7terser": {
"$ref": "#/definitions/org.apache.camel.model.language.Hl7TerserExpression"
},
"joor": {
"$ref": "#/definitions/org.apache.camel.model.language.JoorExpression"
},
"jsonpath": {
"$ref": "#/definitions/org.apache.camel.model.language.JsonPathExpression"
},
"language": {
"$ref": "#/definitions/org.apache.camel.model.language.LanguageExpression"
},
"method": {
"$ref": "#/definitions/org.apache.camel.model.language.MethodCallExpression"
},
"mvel": {
"$ref": "#/definitions/org.apache.camel.model.language.MvelExpression"
},
"ognl": {
"$ref": "#/definitions/org.apache.camel.model.language.OgnlExpression"
},
"ref": {
"$ref": "#/definitions/org.apache.camel.model.language.RefExpression"
},
"simple": {
"$ref": "#/definitions/org.apache.camel.model.language.SimpleExpression"
},
"spel": {
"$ref": "#/definitions/org.apache.camel.model.language.SpELExpression"
},
"tokenize": {
"$ref": "#/definitions/org.apache.camel.model.language.TokenizerExpression"
},
"xpath": {
"$ref": "#/definitions/org.apache.camel.model.language.XPathExpression"
},
"xquery": {
"$ref": "#/definitions/org.apache.camel.model.language.XQueryExpression"
},
"xtokenize": {
"$ref": "#/definitions/org.apache.camel.model.language.XMLTokenizerExpression"
}
},
"type": "object"
},
"org.apache.camel.builder.DeadLetterChannelBuilder": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"async-delayed-redelivery": {
"type": "boolean"
},
"dead-letter-handle-new-exception": {
"type": "boolean"
},
"use-original-body": {
"type": "boolean"
},
"use-original-message": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.builder.DefaultErrorHandlerBuilder": {
"properties": {
"async-delayed-redelivery": {
"type": "boolean"
},
"dead-letter-handle-new-exception": {
"type": "boolean"
},
"use-original-body": {
"type": "boolean"
},
"use-original-message": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.builder.ErrorHandlerBuilderRef": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"support-transacted": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.builder.ErrorHandlerBuilderSupport": {
"type": "object"
},
"org.apache.camel.builder.NoErrorHandlerBuilder": {
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.AggregateStepParser$CorrelationExpression": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.AggregateStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-controller-ref": {
"type": "string"
},
"aggregation-repository-ref": {
"type": "string"
},
"close-correlation-key-on-completion": {
"type": "string"
},
"complete-all-on-stop": {
"type": "string"
},
"completion-from-batch-consumer": {
"type": "string"
},
"completion-interval": {
"type": "string"
},
"completion-on-new-correlation-group": {
"type": "string"
},
"completion-size": {
"type": "string"
},
"completion-timeout": {
"type": "string"
},
"completion-timeout-checker-interval": {
"type": "string"
},
"correlation-expression": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.AggregateStepParser$CorrelationExpression"
},
"discard-on-aggregation-failure": {
"type": "string"
},
"discard-on-completion-timeout": {
"type": "string"
},
"eager-check-completion": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"force-completion-on-stop": {
"type": "string"
},
"ignore-invalid-correlation-keys": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"optimistic-locking": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"timeout-checker-executor-service-ref": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.BeansStepParser$Definition": {
"properties": {
"name": {
"type": "string"
},
"properties": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition": {
"properties": {
"otherwise": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$Otherwise"
},
"when": {
"items": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$When"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$Otherwise": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition$When": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$CBDefinition": {
"properties": {
"on-fallback": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$FBDefinition"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$FBDefinition": {
"properties": {
"fallback-via-network": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DelayStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"async-delayed": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoCatchDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoFinallyDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoTryDefinition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.DynamicRouterStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"uri-delimiter": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.EnrichStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-on-exception": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"share-unit-of-work": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ErrorHandlerStepParser$Definition": {
"properties": {
"dead-letter-channel": {
"$ref": "#/definitions/org.apache.camel.builder.DeadLetterChannelBuilder"
},
"default": {
"$ref": "#/definitions/org.apache.camel.builder.DefaultErrorHandlerBuilder"
},
"no-error-handler": {
"$ref": "#/definitions/org.apache.camel.builder.NoErrorHandlerBuilder"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.FilterStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.FromStepParser$Definition": {
"properties": {
"parameters": {
"type": "object"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"uri": {
"type": "string"
}
},
"required": [
"steps",
"uri"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.IdempotentConsumerParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"completion-eager": {
"type": "string"
},
"eager": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"message-id-repository-ref": {
"type": "string"
},
"remove-on-failure": {
"type": "string"
},
"skip-duplicate": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition": {
"properties": {
"custom": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition"
},
"failover": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition"
},
"inherit-error-handler": {
"type": "boolean"
},
"random": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition"
},
"round-robin": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"sticky": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition$Sticky"
},
"topic": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition"
},
"type": {
"$ref": "#/definitions/org.apache.camel.model.LoadBalancerDefinition"
},
"weighted": {
"$ref": "#/definitions/org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition$Sticky": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"id": {
"type": "string"
}
}
},
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"id": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.LoopStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"copy": {
"type": "string"
},
"do-while": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.MarshalStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/dataformats"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.MulticastStepParser$Definition": {
"properties": {
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$ExpressionElement": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$MaybeBooleanExpressionElement": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition$When": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.PipelineStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.PollEnrichStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"aggregate-on-exception": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ProcessStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RecipientListStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ResequenceStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"batch-config": {
"$ref": "#/definitions/org.apache.camel.model.config.BatchResequencerConfig"
},
"inherit-error-handler": {
"type": "boolean"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stream-config": {
"$ref": "#/definitions/org.apache.camel.model.config.StreamResequencerConfig"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RestStepParser$Definition": {
"properties": {
"api-docs": {
"type": "boolean"
},
"binding-mode": {
"enum": [
"auto",
"off",
"json",
"xml",
"json_xml"
]
},
"consumes": {
"type": "string"
},
"description": {
"type": "string"
},
"enable-cors": {
"type": "boolean"
},
"id": {
"type": "string"
},
"out-type": {
"type": "string"
},
"produces": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"type": {
"type": "string"
},
"uri": {
"type": "string"
},
"verb": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RouteStepParser$Definition": {
"properties": {
"auto-startup": {
"type": "boolean"
},
"from": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RouteStepParser$From"
},
"group": {
"type": "string"
},
"id": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"required": [
"from",
"steps"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.RouteStepParser$From": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"parameters": {
"type": "object"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.RoutingSlipStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoints": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"uri-delimiter": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SagaStepParser$Definition": {
"properties": {
"completion-mode": {
"enum": [
"AUTO",
"MANUAL"
],
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"propagation": {
"enum": [
"REQUIRED",
"REQUIRES_NEW",
"MANDATORY",
"SUPPORTS",
"NOT_SUPPORTED",
"NEVER"
],
"type": "string"
},
"saga-service-ref": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"timeout": {
"type": "string"
},
"timeout-in-milliseconds": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SampleStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"message-frequency": {
"type": "string"
},
"sample-period": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"units": {
"enum": [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
],
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ScriptStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$ServiceCallExpressionDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"host-header": {
"type": "string"
},
"id": {
"type": "string"
},
"port-header": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetBodyStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetExchangePatternStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetHeaderStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SetPropertyStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SortStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"comparator-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.SplitStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"delimiter": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"on-prepare-ref": {
"type": "string"
},
"parallel-aggregate": {
"type": "string"
},
"parallel-processing": {
"type": "string"
},
"share-unit-of-work": {
"type": "string"
},
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
},
"stop-on-aggregate-exception": {
"type": "string"
},
"stop-on-exception": {
"type": "string"
},
"strategy-method-allow-null": {
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
},
"streaming": {
"type": "string"
},
"timeout": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.StepStepParser$Definition": {
"properties": {
"steps": {
"items": {
"$ref": "#/definitions/step"
},
"type": "array"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ThrottleStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"async-delayed": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"reject-execution": {
"type": "string"
},
"time-period-millis": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ThrowExceptionStepParser$Definition": {
"properties": {
"exception-type": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"message": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ToDynamicStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-optimised-components": {
"type": "string"
},
"auto-start-components": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"parameters": {
"type": "object"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.ToStepParser$Definition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"parameters": {
"type": "object"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}
]
},
"org.apache.camel.k.loader.yaml.parser.TransactedStepParser$Definition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.TransformStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.UnmarshalStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/dataformats"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.ValidateStepParser$Definition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$Definition": {
"properties": {
"allow-optimised-components": {
"type": "string"
},
"auto-start-components": {
"type": "string"
},
"cache-size": {
"type": "string"
},
"ignore-invalid-endpoint": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
],
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$HeaderDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"name": {
"type": "string"
}
}
}
],
"type": "object"
},
"org.apache.camel.k.loader.yaml.parser.WireTapStepParser$NewExchangeDefinition": {
"allOf": [
{
"$ref": "#/definitions/expressions"
},
{}
],
"type": "object"
},
"org.apache.camel.model.BeanDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"bean-type": {
"type": "string"
},
"cache": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"method": {
"type": "string"
},
"ref": {
"type": "string"
},
"scope": {
"enum": [
"Singleton",
"Request",
"Prototype"
],
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.ClaimCheckDefinition": {
"properties": {
"filter": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"key": {
"type": "string"
},
"operation": {
"enum": [
"Get",
"GetAndRemove",
"Set",
"Push",
"Pop"
],
"type": "string"
},
"strategy-method-name": {
"type": "string"
},
"strategy-ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.ConvertBodyDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"charset": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.LoadBalancerDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.LogDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"log-name": {
"type": "string"
},
"logger-ref": {
"type": "string"
},
"logging-level": {
"enum": [
"TRACE",
"DEBUG",
"INFO",
"WARN",
"ERROR",
"OFF"
],
"type": "string"
},
"marker": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemoveHeaderDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"header-name": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemoveHeadersDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"exclude-pattern": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemovePropertiesDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"exclude-pattern": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"pattern": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RemovePropertyDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"property-name": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.RollbackDefinition": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"inherit-error-handler": {
"type": "boolean"
},
"mark-rollback-only": {
"type": "string"
},
"mark-rollback-only-last": {
"type": "string"
},
"message": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.StopDefinition": {
"properties": {
"inherit-error-handler": {
"type": "boolean"
}
},
"type": "object"
},
"org.apache.camel.model.ThreadsDefinition": {
"properties": {
"allow-core-thread-time-out": {
"type": "string"
},
"caller-runs-when-rejected": {
"type": "string"
},
"executor-service-ref": {
"type": "string"
},
"inherit-error-handler": {
"type": "boolean"
},
"keep-alive-time": {
"type": "string"
},
"max-pool-size": {
"type": "string"
},
"max-queue-size": {
"type": "string"
},
"pool-size": {
"type": "string"
},
"rejected-policy": {
"enum": [
"Abort",
"CallerRuns",
"DiscardOldest",
"Discard"
],
"type": "string"
},
"thread-name": {
"type": "string"
},
"time-unit": {
"enum": [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
],
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.config.BatchResequencerConfig": {
"properties": {
"allow-duplicates": {
"type": "string"
},
"batch-size": {
"type": "string"
},
"batch-timeout": {
"type": "string"
},
"ignore-invalid-exchanges": {
"type": "string"
},
"reverse": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.config.StreamResequencerConfig": {
"properties": {
"capacity": {
"type": "string"
},
"comparator-ref": {
"type": "string"
},
"delivery-attempt-interval": {
"type": "string"
},
"ignore-invalid-exchanges": {
"type": "string"
},
"reject-old": {
"type": "string"
},
"timeout": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ASN1DataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"clazz-name": {
"type": "string"
},
"id": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.Any23DataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"base-uri": {
"type": "string"
},
"id": {
"type": "string"
},
"output-format": {
"enum": [
"NTRIPLES",
"TURTLE",
"NQUADS",
"RDFXML",
"JSONLD",
"RDFJSON",
"RDF4JMODEL"
],
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.AvroDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
},
"instance-class-name": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.BarcodeDataFormat": {
"properties": {
"barcode-format": {
"type": "string"
},
"height": {
"type": "string"
},
"id": {
"type": "string"
},
"image-type": {
"type": "string"
},
"width": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.Base64DataFormat": {
"properties": {
"id": {
"type": "string"
},
"line-length": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"url-safe": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.BeanioDataFormat": {
"properties": {
"bean-reader-error-handler-type": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-invalid-records": {
"type": "string"
},
"ignore-unexpected-records": {
"type": "string"
},
"ignore-unidentified-records": {
"type": "string"
},
"mapping": {
"type": "string"
},
"stream-name": {
"type": "string"
},
"unmarshal-single-object": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.BindyDataFormat": {
"properties": {
"allow-empty-stream": {
"type": "string"
},
"class-type": {
"type": "string"
},
"id": {
"type": "string"
},
"locale": {
"type": "string"
},
"type": {
"enum": [
"Csv",
"Fixed",
"KeyValue"
],
"type": "string"
},
"unwrap-single-instance": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"org.apache.camel.model.dataformat.CBORDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"id": {
"type": "string"
},
"object-mapper": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-default-object-mapper": {
"type": "string"
},
"use-list": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.CryptoDataFormat": {
"properties": {
"algorithm": {
"type": "string"
},
"algorithm-parameter-ref": {
"type": "string"
},
"buffersize": {
"type": "string"
},
"crypto-provider": {
"type": "string"
},
"id": {
"type": "string"
},
"init-vector-ref": {
"type": "string"
},
"inline": {
"type": "string"
},
"key-ref": {
"type": "string"
},
"mac-algorithm": {
"type": "string"
},
"should-append-hmac": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.CsvDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-missing-column-names": {
"type": "string"
},
"comment-marker": {
"type": "string"
},
"comment-marker-disabled": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"escape": {
"type": "string"
},
"escape-disabled": {
"type": "string"
},
"format-name": {
"enum": [
"DEFAULT",
"EXCEL",
"INFORMIX_UNLOAD",
"INFORMIX_UNLOAD_CSV",
"MYSQL",
"RFC4180"
],
"type": "string"
},
"format-ref": {
"type": "string"
},
"header-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-empty-lines": {
"type": "string"
},
"ignore-header-case": {
"type": "string"
},
"ignore-surrounding-spaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"marshaller-factory-ref": {
"type": "string"
},
"null-string": {
"type": "string"
},
"null-string-disabled": {
"type": "string"
},
"quote": {
"type": "string"
},
"quote-disabled": {
"type": "string"
},
"quote-mode": {
"type": "string"
},
"record-converter-ref": {
"type": "string"
},
"record-separator": {
"type": "string"
},
"record-separator-disabled": {
"type": "string"
},
"skip-header-record": {
"type": "string"
},
"trailing-delimiter": {
"type": "string"
},
"trim": {
"type": "string"
},
"use-maps": {
"type": "string"
},
"use-ordered-maps": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.CustomDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.FhirJsonDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"dont-encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"dont-strip-versions-from-references-at-paths": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements-applies-to-child-resources-only": {
"type": "string"
},
"fhir-version": {
"enum": [
"DSTU2",
"DSTU2_HL7ORG",
"DSTU2_1",
"DSTU3",
"R4"
],
"type": "string"
},
"id": {
"type": "string"
},
"omit-resource-id": {
"type": "string"
},
"override-resource-id-with-bundle-entry-full-url": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"server-base-url": {
"type": "string"
},
"strip-versions-from-references": {
"type": "string"
},
"summary-mode": {
"type": "string"
},
"suppress-narratives": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.FhirXmlDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"dont-encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"dont-strip-versions-from-references-at-paths": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements": {
"items": {
"type": "string"
},
"type": "array"
},
"encode-elements-applies-to-child-resources-only": {
"type": "string"
},
"fhir-version": {
"enum": [
"DSTU2",
"DSTU2_HL7ORG",
"DSTU2_1",
"DSTU3",
"R4"
],
"type": "string"
},
"id": {
"type": "string"
},
"omit-resource-id": {
"type": "string"
},
"override-resource-id-with-bundle-entry-full-url": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"server-base-url": {
"type": "string"
},
"strip-versions-from-references": {
"type": "string"
},
"summary-mode": {
"type": "string"
},
"suppress-narratives": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.FlatpackDataFormat": {
"properties": {
"allow-short-lines": {
"type": "string"
},
"definition": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"fixed": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-extra-columns": {
"type": "string"
},
"ignore-first-record": {
"type": "string"
},
"parser-factory-ref": {
"type": "string"
},
"text-qualifier": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.GrokDataFormat": {
"properties": {
"allow-multiple-matches-per-line": {
"type": "string"
},
"flattened": {
"type": "string"
},
"id": {
"type": "string"
},
"named-only": {
"type": "string"
},
"pattern": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.GzipDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.HL7DataFormat": {
"properties": {
"id": {
"type": "string"
},
"validate": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.IcalDataFormat": {
"properties": {
"id": {
"type": "string"
},
"validating": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JacksonXMLDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"content-type-header": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"enable-jaxb-annotation-module": {
"type": "string"
},
"id": {
"type": "string"
},
"include": {
"type": "string"
},
"json-view": {
"type": "string"
},
"module-class-names": {
"type": "string"
},
"module-refs": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-list": {
"type": "string"
},
"xml-mapper": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JaxbDataFormat": {
"properties": {
"content-type-header": {
"type": "string"
},
"context-path": {
"type": "string"
},
"context-path-is-class-name": {
"type": "string"
},
"encoding": {
"type": "string"
},
"filter-non-xml-chars": {
"type": "string"
},
"fragment": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-jaxb-element": {
"type": "string"
},
"jaxb-provider-properties": {
"type": "string"
},
"must-be-jaxb-element": {
"type": "string"
},
"namespace-prefix-ref": {
"type": "string"
},
"no-namespace-schema-location": {
"type": "string"
},
"object-factory": {
"type": "string"
},
"part-class": {
"type": "string"
},
"part-namespace": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"schema": {
"type": "string"
},
"schema-location": {
"type": "string"
},
"schema-severity-level": {
"enum": [
"0",
"1",
"2"
],
"type": "string"
},
"xml-stream-writer-wrapper": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JsonApiDataFormat": {
"properties": {
"data-format-types": {
"items": {
"type": "string"
},
"type": "array"
},
"id": {
"type": "string"
},
"main-format-type": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.JsonDataFormat": {
"properties": {
"allow-jms-type": {
"type": "string"
},
"allow-unmarshall-type": {
"type": "string"
},
"auto-discover-object-mapper": {
"type": "string"
},
"collection-type-name": {
"type": "string"
},
"content-type-header": {
"type": "string"
},
"disable-features": {
"type": "string"
},
"drop-root-node": {
"type": "string"
},
"enable-features": {
"type": "string"
},
"id": {
"type": "string"
},
"include": {
"type": "string"
},
"json-view": {
"type": "string"
},
"library": {
"enum": [
"XStream",
"Jackson",
"Johnzon",
"Gson",
"Fastjson",
"Jsonb"
]
},
"module-class-names": {
"type": "string"
},
"module-refs": {
"type": "string"
},
"object-mapper": {
"type": "string"
},
"permissions": {
"type": "string"
},
"pretty-print": {
"type": "string"
},
"timezone": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-default-object-mapper": {
"type": "string"
},
"use-list": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.LZFDataFormat": {
"properties": {
"id": {
"type": "string"
},
"using-parallel-compression": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.MimeMultipartDataFormat": {
"properties": {
"binary-content": {
"type": "string"
},
"headers-inline": {
"type": "string"
},
"id": {
"type": "string"
},
"include-headers": {
"type": "string"
},
"multipart-sub-type": {
"type": "string"
},
"multipart-without-attachment": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.PGPDataFormat": {
"properties": {
"algorithm": {
"type": "string"
},
"armored": {
"type": "string"
},
"compression-algorithm": {
"type": "string"
},
"hash-algorithm": {
"type": "string"
},
"id": {
"type": "string"
},
"integrity": {
"type": "string"
},
"key-file-name": {
"type": "string"
},
"key-userid": {
"type": "string"
},
"password": {
"type": "string"
},
"provider": {
"type": "string"
},
"signature-key-file-name": {
"type": "string"
},
"signature-key-ring": {
"type": "string"
},
"signature-key-userid": {
"type": "string"
},
"signature-password": {
"type": "string"
},
"signature-verification-option": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ProtobufDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-format": {
"enum": [
"native",
"json"
],
"type": "string"
},
"content-type-header": {
"type": "string"
},
"id": {
"type": "string"
},
"instance-class": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.RssDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.SoapJaxbDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"context-path": {
"type": "string"
},
"element-name-strategy-ref": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"namespace-prefix-ref": {
"type": "string"
},
"schema": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.SyslogDataFormat": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.TarFileDataFormat": {
"properties": {
"allow-empty-directory": {
"type": "string"
},
"id": {
"type": "string"
},
"max-decompressed-size": {
"type": "string"
},
"preserve-path-elements": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ThriftDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-format": {
"enum": [
"binary",
"json",
"sjson"
],
"type": "string"
},
"content-type-header": {
"type": "string"
},
"id": {
"type": "string"
},
"instance-class": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.TidyMarkupDataFormat": {
"properties": {
"data-object-type": {
"type": "string"
},
"id": {
"type": "string"
},
"omit-xml-declaration": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityCsvDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"quote": {
"type": "string"
},
"quote-all-fields": {
"type": "string"
},
"quote-escape": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityFixedWidthDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"padding": {
"type": "string"
},
"record-ends-on-newline": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
},
"skip-trailing-chars-until-newline": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.UniVocityTsvDataFormat": {
"properties": {
"as-map": {
"type": "string"
},
"comment": {
"type": "string"
},
"empty-value": {
"type": "string"
},
"escape-char": {
"type": "string"
},
"header-extraction-enabled": {
"type": "string"
},
"headers-disabled": {
"type": "string"
},
"id": {
"type": "string"
},
"ignore-leading-whitespaces": {
"type": "string"
},
"ignore-trailing-whitespaces": {
"type": "string"
},
"lazy-load": {
"type": "string"
},
"line-separator": {
"type": "string"
},
"normalized-line-separator": {
"type": "string"
},
"null-value": {
"type": "string"
},
"number-of-records-to-read": {
"type": "string"
},
"skip-empty-lines": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.XMLSecurityDataFormat": {
"properties": {
"add-key-value-for-encrypted-key": {
"type": "string"
},
"digest-algorithm": {
"type": "string"
},
"id": {
"type": "string"
},
"key-cipher-algorithm": {
"type": "string"
},
"key-or-trust-store-parameters-ref": {
"type": "string"
},
"key-password": {
"type": "string"
},
"mgf-algorithm": {
"type": "string"
},
"pass-phrase": {
"type": "string"
},
"pass-phrase-byte": {
"format": "binary",
"type": "string"
},
"recipient-key-alias": {
"type": "string"
},
"secure-tag": {
"type": "string"
},
"secure-tag-contents": {
"type": "string"
},
"xml-cipher-algorithm": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.XStreamDataFormat": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"content-type-header": {
"type": "string"
},
"driver": {
"type": "string"
},
"driver-ref": {
"type": "string"
},
"encoding": {
"type": "string"
},
"id": {
"type": "string"
},
"mode": {
"type": "string"
},
"permissions": {
"type": "string"
}
},
"type": "object"
}
]
},
"org.apache.camel.model.dataformat.XmlRpcDataFormat": {
"properties": {
"id": {
"type": "string"
},
"request": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.YAMLDataFormat": {
"properties": {
"allow-any-type": {
"type": "string"
},
"allow-recursive-keys": {
"type": "string"
},
"constructor": {
"type": "string"
},
"dumper-options": {
"type": "string"
},
"id": {
"type": "string"
},
"library": {
"enum": [
"SnakeYAML"
]
},
"max-aliases-for-collections": {
"type": "string"
},
"pretty-flow": {
"type": "string"
},
"representer": {
"type": "string"
},
"resolver": {
"type": "string"
},
"unmarshal-type-name": {
"type": "string"
},
"use-application-context-class-loader": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ZipDeflaterDataFormat": {
"properties": {
"compression-level": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.dataformat.ZipFileDataFormat": {
"properties": {
"allow-empty-directory": {
"type": "string"
},
"id": {
"type": "string"
},
"max-decompressed-size": {
"type": "string"
},
"preserve-path-elements": {
"type": "string"
},
"using-iterator": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.language.CSimpleExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.ConstantExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.DatasonnetExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"body-media-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"output-media-type": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.ExchangePropertyExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.GroovyExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.HeaderExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.Hl7TerserExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.JoorExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"pre-compile": {
"type": "string"
},
"result-type": {
"type": "string"
},
"single-quotes": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.JsonPathExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"allow-easy-predicate": {
"type": "string"
},
"allow-simple": {
"type": "string"
},
"expression": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"option": {
"enum": [
"DEFAULT_PATH_LEAF_TO_NULL",
"ALWAYS_RETURN_LIST",
"AS_PATH_LIST",
"SUPPRESS_EXCEPTIONS",
"REQUIRE_PROPERTIES"
],
"type": "string"
},
"result-type": {
"type": "string"
},
"suppress-exceptions": {
"type": "string"
},
"trim": {
"type": "string"
},
"write-as-string": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.LanguageExpression": {
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"language": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
},
"org.apache.camel.model.language.MethodCallExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"bean-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"method": {
"type": "string"
},
"ref": {
"type": "string"
},
"scope": {
"enum": [
"Singleton",
"Request",
"Prototype"
],
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.MvelExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.OgnlExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.RefExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.SimpleExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"result-type": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.SpELExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.TokenizerExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"end-token": {
"type": "string"
},
"expression": {
"type": "string"
},
"group": {
"type": "string"
},
"group-delimiter": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"include-tokens": {
"type": "string"
},
"inherit-namespace-tag-name": {
"type": "string"
},
"regex": {
"type": "string"
},
"skip-first": {
"type": "string"
},
"token": {
"type": "string"
},
"trim": {
"type": "string"
},
"xml": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XMLTokenizerExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"group": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"mode": {
"enum": [
"i",
"w",
"u",
"t"
],
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XPathExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"document-type": {
"type": "string"
},
"expression": {
"type": "string"
},
"factory-ref": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"log-namespaces": {
"type": "string"
},
"object-model": {
"type": "string"
},
"pre-compile": {
"type": "string"
},
"result-type": {
"enum": [
"NUMBER",
"STRING",
"BOOLEAN",
"NODESET",
"NODE"
],
"type": "string"
},
"saxon": {
"type": "string"
},
"thread-safety": {
"type": "string"
},
"trim": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.language.XQueryExpression": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"configuration-ref": {
"type": "string"
},
"expression": {
"type": "string"
},
"header-name": {
"type": "string"
},
"id": {
"type": "string"
},
"trim": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"expression"
],
"type": "object"
}
]
},
"org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
},
"ref": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
},
"maximum-failover-attempts": {
"type": "string"
},
"round-robin": {
"type": "string"
},
"sticky": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition": {
"properties": {
"id": {
"type": "string"
}
},
"type": "object"
},
"org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition": {
"properties": {
"distribution-ratio": {
"type": "string"
},
"distribution-ratio-delimiter": {
"type": "string"
},
"id": {
"type": "string"
},
"round-robin": {
"type": "string"
}
},
"type": "object"
},
"step": {
"maxProperties": 1,
"properties": {
"aggregate": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.AggregateStepParser$Definition"
},
"bean": {
"$ref": "#/definitions/org.apache.camel.model.BeanDefinition"
},
"choice": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ChoiceStepParser$Definition"
},
"circuit-breaker": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.CircuitBreakerStepParser$CBDefinition"
},
"claim-check": {
"$ref": "#/definitions/org.apache.camel.model.ClaimCheckDefinition"
},
"convert-body-to": {
"$ref": "#/definitions/org.apache.camel.model.ConvertBodyDefinition"
},
"delay": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DelayStepParser$Definition"
},
"do-try": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DoTryStepParser$DoTryDefinition"
},
"dynamic-router": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.DynamicRouterStepParser$Definition"
},
"enrich": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.EnrichStepParser$Definition"
},
"error-handler": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ErrorHandlerStepParser$Definition"
},
"filter": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.FilterStepParser$Definition"
},
"idempotent-consumer": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.IdempotentConsumerParser$Definition"
},
"load-balance": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoadBalanceStepParser$Definition"
},
"log": {
"$ref": "#/definitions/org.apache.camel.model.LogDefinition"
},
"loop": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.LoopStepParser$Definition"
},
"marshal": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.MarshalStepParser$Definition"
},
"multicast": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.MulticastStepParser$Definition"
},
"on-exception": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition"
},
"pipeline": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.PipelineStepParser$Definition"
},
"poll-enrich": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.PollEnrichStepParser$Definition"
},
"process": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ProcessStepParser$Definition"
},
"recipient-list": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RecipientListStepParser$Definition"
},
"remove-header": {
"$ref": "#/definitions/org.apache.camel.model.RemoveHeaderDefinition"
},
"remove-headers": {
"$ref": "#/definitions/org.apache.camel.model.RemoveHeadersDefinition"
},
"remove-properties": {
"$ref": "#/definitions/org.apache.camel.model.RemovePropertiesDefinition"
},
"remove-property": {
"$ref": "#/definitions/org.apache.camel.model.RemovePropertyDefinition"
},
"resequence": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ResequenceStepParser$Definition"
},
"rollback": {
"$ref": "#/definitions/org.apache.camel.model.RollbackDefinition"
},
"routing-slip": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RoutingSlipStepParser$Definition"
},
"saga": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SagaStepParser$Definition"
},
"sample": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SampleStepParser$Definition"
},
"script": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ScriptStepParser$Definition"
},
"service-call": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ServiceCallStepParser$Definition"
},
"set-body": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetBodyStepParser$Definition"
},
"set-exchange-pattern": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetExchangePatternStepParser$Definition"
},
"set-header": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetHeaderStepParser$Definition"
},
"set-property": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SetPropertyStepParser$Definition"
},
"sort": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SortStepParser$Definition"
},
"split": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.SplitStepParser$Definition"
},
"step": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.StepStepParser$Definition"
},
"stop": {
"$ref": "#/definitions/org.apache.camel.model.StopDefinition"
},
"threads": {
"$ref": "#/definitions/org.apache.camel.model.ThreadsDefinition"
},
"throttle": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ThrottleStepParser$Definition"
},
"throw-exception": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ThrowExceptionStepParser$Definition"
},
"to": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ToStepParser$Definition"
},
"tod": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ToDynamicStepParser$Definition"
},
"transacted": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.TransactedStepParser$Definition"
},
"transform": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.TransformStepParser$Definition"
},
"unmarshal": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.UnmarshalStepParser$Definition"
},
"validate": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ValidateStepParser$Definition"
},
"wiretap": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.WireTapStepParser$Definition"
}
},
"type": "object"
}
},
"maxProperties": 1,
"properties": {
"error-handler": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.ErrorHandlerStepParser$Definition"
},
"from": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.FromStepParser$Definition"
},
"on-exception": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.OnExceptionStepParser$Definition"
},
"rest": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RestStepParser$Definition"
},
"route": {
"$ref": "#/definitions/org.apache.camel.k.loader.yaml.parser.RouteStepParser$Definition"
}
}
},
"type": "array"
},
"kit": {
"type": "string"
},
"profile": {
"description": "TraitProfile represents lists of traits that are enabled for the specific installation/integration",
"type": "string"
},
"replicas": {
"format": "int32",
"type": "integer"
},
"repositories": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"items": {
"description": "ResourceSpec --",
"properties": {
"compression": {
"type": "boolean"
},
"content": {
"type": "string"
},
"contentKey": {
"type": "string"
},
"contentRef": {
"type": "string"
},
"mountPath": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"description": "ResourceType --",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"serviceAccountName": {
"type": "string"
},
"sources": {
"items": {
"description": "SourceSpec --",
"properties": {
"compression": {
"type": "boolean"
},
"content": {
"type": "string"
},
"contentKey": {
"type": "string"
},
"contentRef": {
"type": "string"
},
"interceptors": {
"description": "Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources",
"items": {
"type": "string"
},
"type": "array"
},
"language": {
"description": "Language --",
"type": "string"
},
"loader": {
"description": "Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime",
"type": "string"
},
"name": {
"type": "string"
},
"property-names": {
"description": "List of property names defined in the source (e.g. if type is \"template\")",
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"description": "Type defines the kind of source described by this object",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"traits": {
"additionalProperties": {
"description": "A TraitSpec contains the configuration of a trait",
"properties": {
"configuration": {
"description": "TraitConfiguration --",
"type": "object"
}
},
"required": [
"configuration"
],
"type": "object"
},
"type": "object"
}
},
"type": "object"
},
"status": {
"description": "IntegrationStatus defines the observed state of Integration",
"properties": {
"capabilities": {
"items": {
"type": "string"
},
"type": "array"
},
"conditions": {
"items": {
"description": "IntegrationCondition describes the state of a resource at a certain point.",
"properties": {
"firstTruthyTime": {
"description": "First time the condition status transitioned to True.",
"format": "date-time",
"type": "string"
},
"lastTransitionTime": {
"description": "Last time the condition transitioned from one status to another.",
"format": "date-time",
"type": "string"
},
"lastUpdateTime": {
"description": "The last time this condition was updated.",
"format": "date-time",
"type": "string"
},
"message": {
"description": "A human readable message indicating details about the transition.",
"type": "string"
},
"reason": {
"description": "The reason for the condition's last transition.",
"type": "string"
},
"status": {
"description": "Status of the condition, one of True, False, Unknown.",
"type": "string"
},
"type": {
"description": "Type of integration condition.",
"type": "string"
}
},
"required": [
"status",
"type"
],
"type": "object"
},
"type": "array"
},
"configuration": {
"items": {
"description": "ConfigurationSpec --",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"type",
"value"
],
"type": "object"
},
"type": "array"
},
"dependencies": {
"items": {
"type": "string"
},
"type": "array"
},
"digest": {
"type": "string"
},
"failure": {
"description": "Failure --",
"properties": {
"reason": {
"type": "string"
},
"recovery": {
"description": "FailureRecovery --",
"properties": {
"attempt": {
"type": "integer"
},
"attemptMax": {
"type": "integer"
},
"attemptTime": {
"format": "date-time",
"type": "string"
}
},
"required": [
"attempt",
"attemptMax"
],
"type": "object"
},
"time": {
"format": "date-time",
"type": "string"
}
},
"required": [
"reason",
"recovery",
"time"
],
"type": "object"
},
"generatedResources": {
"items": {
"description": "ResourceSpec --",
"properties": {
"compression": {
"type": "boolean"
},
"content": {
"type": "string"
},
"contentKey": {
"type": "string"
},
"contentRef": {
"type": "string"
},
"mountPath": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"description": "ResourceType --",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"generatedSources": {
"items": {
"description": "SourceSpec --",
"properties": {
"compression": {
"type": "boolean"
},
"content": {
"type": "string"
},
"contentKey": {
"type": "string"
},
"contentRef": {
"type": "string"
},
"interceptors": {
"description": "Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources",
"items": {
"type": "string"
},
"type": "array"
},
"language": {
"description": "Language --",
"type": "string"
},
"loader": {
"description": "Loader is an optional id of the org.apache.camel.k.RoutesLoader that will interpret this source at runtime",
"type": "string"
},
"name": {
"type": "string"
},
"property-names": {
"description": "List of property names defined in the source (e.g. if type is \"template\")",
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"description": "Type defines the kind of source described by this object",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"image": {
"type": "string"
},
"kit": {
"type": "string"
},
"lastInitTimestamp": {
"description": "The timestamp representing the last time when this integration was initialized.",
"format": "date-time",
"type": "string"
},
"phase": {
"description": "IntegrationPhase --",
"type": "string"
},
"platform": {
"type": "string"
},
"profile": {
"description": "TraitProfile represents lists of traits that are enabled for the specific installation/integration",
"type": "string"
},
"replicas": {
"format": "int32",
"type": "integer"
},
"runtimeProvider": {
"description": "RuntimeProvider --",
"type": "string"
},
"runtimeVersion": {
"type": "string"
},
"selector": {
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}