Skip to content

Commit

Permalink
Fix #1808: empty x-descriptors field and dataTypes empty default (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Dec 21, 2023
1 parent cb0e7ab commit 755ac56
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions kamelets/aws-timestream-query-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
title: Default Credentials Provider
description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
type: boolean
x-descriptors:
default: false
uriEndpointOverride:
title: Overwrite Endpoint URI
Expand All @@ -78,7 +77,6 @@ spec:
title: Endpoint Overwrite
description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.
type: boolean
x-descriptors:
default: false
dependencies:
- "camel:core"
Expand Down
1 change: 0 additions & 1 deletion kamelets/google-sheets-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ spec:
type: string
default: "A"
dataTypes:
default:
out:
default: json
headers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
title: Default Credentials Provider
description: If true, the CloudWatch client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).
type: boolean
x-descriptors:
default: false
uriEndpointOverride:
title: Overwrite Endpoint URI
Expand All @@ -78,7 +77,6 @@ spec:
title: Endpoint Overwrite
description: Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.
type: boolean
x-descriptors:
default: false
dependencies:
- "camel:core"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ spec:
type: string
default: "A"
dataTypes:
default:
out:
default: json
headers:
Expand Down

0 comments on commit 755ac56

Please sign in to comment.