Skip to content

Commit 4aee2c9

Browse files
committed
file-based: minor fix to schema
1 parent 43e3ea3 commit 4aee2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/schema_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"properties": {
2929
"id": {"type": "string"},
3030
"file_path": {"type": "string"},
31-
"allowed_identity_remote_ids": {"type": "array", "items": "string"},
31+
"allowed_identity_remote_ids": {"type": "array", "items": {"type": "string"}},
3232
"publicly_accessible": {"type": "boolean"},
3333
},
3434
}

0 commit comments

Comments
 (0)