Skip to content

Commit 97c83d9

Browse files
author
Oleksandr Bazarnov
committed
fixed the leftovers from un-merging process (PoC)
1 parent 9f743f2 commit 97c83d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,6 @@ definitions:
18701870
url_base:
18711871
deprecated: true
18721872
deprecation_message: "Use `url` field instead."
1873-
sharable: true
18741873
title: API Base URL
18751874
description: Deprecated, use the `url` instead. Base URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authentication component for this.
18761875
type: string
@@ -1889,8 +1888,7 @@ definitions:
18891888
- "https://connect.squareup.com/v2/quotes/{{ stream_partition['id'] }}/quote_line_groups"
18901889
- "https://example.com/api/v1/resource/{{ next_page_token['id'] }}"
18911890
url:
1892-
sharable: true
1893-
title: API URL
1891+
title: The URL of an API endpoint
18941892
description: The URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authentication component for this.
18951893
type: string
18961894
interpolation_context:

0 commit comments

Comments
 (0)