This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ca165f6 [create-pull-request] automated change
7ca165f6 is described below

commit 7ca165f6d1a1cf972b4569377f688dd5b2cc2fe1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 31 01:02:26 2022 +0000

    [create-pull-request] automated change
---
 .../org/apache/camel/catalog/karaf/dataformats/fhirJson.json       | 7 ++++---
 .../org/apache/camel/catalog/karaf/dataformats/fhirXml.json        | 7 ++++---
 .../org/apache/camel/catalog/karaf/dataformats/jsonApi.json        | 4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirJson.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirJson.json
index f58f0c88..97bc1cba 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirJson.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirJson.json
@@ -18,16 +18,17 @@
   "properties": {
     "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4", "R5" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "R4", "description": "The 
version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4,R5" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
+    "preferTypes": { "kind": "attribute", "displayName": "Prefer Types", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If set (FQN class names), when parsing resources the parser 
will try to use the given types when possible, in the order that they are 
provided (from highest to lowest priority). For example, if a custom type which 
declares to implement the Patient resourc [...]
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the server's base URL used by this parser. If a value is 
set, resource references will be turned into relative references if they are 
provided as absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false) the ID 
of any resources being encoded will not be included in the output. Note that 
this does not apply to contained resources, only to root resources. In other 
words, if this is set to tru [...]
     "encodeElementsAppliesToChildResourcesOnly": { "kind": "attribute", 
"displayName": "Encode Elements Applies To Child Resources Only", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false), the 
values supplied to setEncodeElements(Set) will not be applied to the root 
resource (typically a Bundle), but will be applied t [...]
-    "encodeElements": { "kind": "attribute", "displayName": "Encode Elements", 
"label": "advanced", "required": false, "type": "object", "javaType": 
"java.util.Set<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "If provided, specifies the elements which 
should be encoded, to the exclusion of all others. Valid values for this field 
would include: Patient - Encode patient and all its children Patient.name - 
Encode only the patient's name Patien [...]
-    "dontEncodeElements": { "kind": "attribute", "displayName": "Dont Encode 
Elements", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.Set<java.lang.String>", "deprecated": false, 
"autowired": false, "secret": false, "description": "If provided, specifies the 
elements which should NOT be encoded. Valid values for this field would 
include: Patient - Don't encode patient and all its children Patient.name - 
Don't encode the patient's name Patient.name.famil [...]
+    "encodeElements": { "kind": "attribute", "displayName": "Encode Elements", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If provided, specifies the elements which should be encoded, to 
the exclusion of all others. Multiple elements can be separated by comma when 
using String parameter. Valid values for this field would include: Patient - 
Encode patient and all its chi [...]
+    "dontEncodeElements": { "kind": "attribute", "displayName": "Dont Encode 
Elements", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "If provided, specifies the elements which 
should NOT be encoded. Multiple elements can be separated by comma when using 
String parameter. Valid values for this field would include: Patient - Don't 
encode patient and all its children Patient [...]
     "stripVersionsFromReferences": { "kind": "attribute", "displayName": 
"Strip Versions From References", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "If 
set to true (which is the default), resource references containing a version 
will have the version removed when the resource is encoded. This is generally 
good behaviour because in most situati [...]
     "overrideResourceIdWithBundleEntryFullUrl": { "kind": "attribute", 
"displayName": "Override Resource Id With Bundle Entry Full Url", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (which is the default), 
the Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id 
if the fullUrl is defined. This behavior happens [...]
     "summaryMode": { "kind": "attribute", "displayName": "Summary Mode", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false) only 
elements marked by the FHIR specification as being summary elements will be 
included." },
     "suppressNarratives": { "kind": "attribute", "displayName": "Suppress 
Narratives", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If set to true (default 
is false), narratives will not be included in the encoded values." },
-    "dontStripVersionsFromReferencesAtPaths": { "kind": "attribute", 
"displayName": "Dont Strip Versions From References At Paths", "label": 
"advanced", "required": false, "type": "array", "javaType": 
"java.util.List<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "If supplied value(s), any resource references 
at the specified paths will have their resource versions encoded instead of 
being automatically stripped during the encoding process. T [...]
+    "dontStripVersionsFromReferencesAtPaths": { "kind": "attribute", 
"displayName": "Dont Strip Versions From References At Paths", "label": 
"advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If supplied value(s), any resource references at the specified 
paths will have their resource versions encoded instead of being automatically 
stripped during the encoding process. This setting has [...]
     "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirXml.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirXml.json
index 2d6d21df..1dbc0e85 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirXml.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/fhirXml.json
@@ -18,16 +18,17 @@
   "properties": {
     "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4", "R5" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "R4", "description": "The 
version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4,R5" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
+    "preferTypes": { "kind": "attribute", "displayName": "Prefer Types", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If set (FQN class names), when parsing resources the parser 
will try to use the given types when possible, in the order that they are 
provided (from highest to lowest priority). For example, if a custom type which 
declares to implement the Patient resourc [...]
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the server's base URL used by this parser. If a value is 
set, resource references will be turned into relative references if they are 
provided as absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false) the ID 
of any resources being encoded will not be included in the output. Note that 
this does not apply to contained resources, only to root resources. In other 
words, if this is set to tru [...]
     "encodeElementsAppliesToChildResourcesOnly": { "kind": "attribute", 
"displayName": "Encode Elements Applies To Child Resources Only", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false), the 
values supplied to setEncodeElements(Set) will not be applied to the root 
resource (typically a Bundle), but will be applied t [...]
-    "encodeElements": { "kind": "attribute", "displayName": "Encode Elements", 
"label": "advanced", "required": false, "type": "object", "javaType": 
"java.util.Set<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "If provided, specifies the elements which 
should be encoded, to the exclusion of all others. Valid values for this field 
would include: Patient - Encode patient and all its children Patient.name - 
Encode only the patient's name Patien [...]
-    "dontEncodeElements": { "kind": "attribute", "displayName": "Dont Encode 
Elements", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.Set<java.lang.String>", "deprecated": false, 
"autowired": false, "secret": false, "description": "If provided, specifies the 
elements which should NOT be encoded. Valid values for this field would 
include: Patient - Don't encode patient and all its children Patient.name - 
Don't encode the patient's name Patient.name.famil [...]
+    "encodeElements": { "kind": "attribute", "displayName": "Encode Elements", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If provided, specifies the elements which should be encoded, to 
the exclusion of all others. Multiple elements can be separated by comma when 
using String parameter. Valid values for this field would include: Patient - 
Encode patient and all its chi [...]
+    "dontEncodeElements": { "kind": "attribute", "displayName": "Dont Encode 
Elements", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "If provided, specifies the elements which 
should NOT be encoded. Multiple elements can be separated by comma when using 
String parameter. Valid values for this field would include: Patient - Don't 
encode patient and all its children Patient [...]
     "stripVersionsFromReferences": { "kind": "attribute", "displayName": 
"Strip Versions From References", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "If 
set to true (which is the default), resource references containing a version 
will have the version removed when the resource is encoded. This is generally 
good behaviour because in most situati [...]
     "overrideResourceIdWithBundleEntryFullUrl": { "kind": "attribute", 
"displayName": "Override Resource Id With Bundle Entry Full Url", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (which is the default), 
the Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id 
if the fullUrl is defined. This behavior happens [...]
     "summaryMode": { "kind": "attribute", "displayName": "Summary Mode", 
"label": "advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If set to true (default is false) only 
elements marked by the FHIR specification as being summary elements will be 
included." },
     "suppressNarratives": { "kind": "attribute", "displayName": "Suppress 
Narratives", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "If set to true (default 
is false), narratives will not be included in the encoded values." },
-    "dontStripVersionsFromReferencesAtPaths": { "kind": "attribute", 
"displayName": "Dont Strip Versions From References At Paths", "label": 
"advanced", "required": false, "type": "array", "javaType": 
"java.util.List<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "If supplied value(s), any resource references 
at the specified paths will have their resource versions encoded instead of 
being automatically stripped during the encoding process. T [...]
+    "dontStripVersionsFromReferencesAtPaths": { "kind": "attribute", 
"displayName": "Dont Strip Versions From References At Paths", "label": 
"advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "If supplied value(s), any resource references at the specified 
paths will have their resource versions encoded instead of being automatically 
stripped during the encoding process. This setting has [...]
     "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/jsonApi.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/jsonApi.json
index 88be1d94..aab5b82a 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/jsonApi.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/dataformats/jsonApi.json
@@ -16,8 +16,8 @@
     "modelJavaType": "org.apache.camel.model.dataformat.JsonApiDataFormat"
   },
   "properties": {
-    "dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": false, "type": "string", "javaType": 
"java.lang.Class<java.lang.Object>[]", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account for the 
marshalling" },
-    "mainFormatType": { "kind": "attribute", "displayName": "Main Format 
Type", "required": false, "type": "string", "javaType": 
"java.lang.Class<java.lang.Object>", "deprecated": false, "autowired": false, 
"secret": false, "description": "The classes to take into account while 
unmarshalling" },
+    "dataFormatTypes": { "kind": "attribute", "displayName": "Data Format 
Types", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
classes to take into account for the marshalling. Multiple classes can be 
separated by comma." },
+    "mainFormatType": { "kind": "attribute", "displayName": "Main Format 
Type", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
class to take into account while unmarshalling." },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
 }

Reply via email to