We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e3ea3 commit 4aee2c9Copy full SHA for 4aee2c9
airbyte_cdk/sources/file_based/schema_helpers.py
@@ -28,7 +28,7 @@
28
"properties": {
29
"id": {"type": "string"},
30
"file_path": {"type": "string"},
31
- "allowed_identity_remote_ids": {"type": "array", "items": "string"},
+ "allowed_identity_remote_ids": {"type": "array", "items": {"type": "string"}},
32
"publicly_accessible": {"type": "boolean"},
33
},
34
}
0 commit comments