Skip to content

Commit 6213b5f

Browse files
committed
Update description placeholder
1 parent 51808c1 commit 6213b5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ definitions:
23202320
- "$ref": "#/definitions/SimpleRetriever"
23212321
schema_filter:
23222322
title: Schema Filter
2323-
description: placeholder
2323+
description: Responsible for filtering fields to be added to json schema.
23242324
anyOf:
23252325
- "$ref": "#/definitions/RecordFilter"
23262326
- "$ref": "#/definitions/CustomRecordFilter"

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
2+
13
# generated by datamodel-codegen:
24
# filename: declarative_component_schema.yaml
35

@@ -618,9 +620,7 @@ class OAuthAuthenticator(BaseModel):
618620
scopes: Optional[List[str]] = Field(
619621
None,
620622
description="List of scopes that should be granted to the access token.",
621-
examples=[
622-
["crm.list.read", "crm.objects.contacts.read", "crm.schema.contacts.read"]
623-
],
623+
examples=[["crm.list.read", "crm.objects.contacts.read", "crm.schema.contacts.read"]],
624624
title="Scopes",
625625
)
626626
token_expiry_date: Optional[str] = Field(

0 commit comments

Comments
 (0)