diff --git a/airbyte-integrations/connectors/source-fleetio/source_fleetio/manifest.yaml b/airbyte-integrations/connectors/source-fleetio/source_fleetio/manifest.yaml index 748d871481ae..784aa48712ef 100644 --- a/airbyte-integrations/connectors/source-fleetio/source_fleetio/manifest.yaml +++ b/airbyte-integrations/connectors/source-fleetio/source_fleetio/manifest.yaml @@ -44,9 +44,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/submitted_inspection_forms.json" - name: issues type: DeclarativeStream retriever: @@ -86,9 +83,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/issues.json" - name: service_entries type: DeclarativeStream retriever: @@ -128,9 +122,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/service_entries.json" - name: vehicles type: DeclarativeStream retriever: @@ -170,9 +161,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/vehicles.json" - name: expense_entries type: DeclarativeStream retriever: @@ -212,9 +200,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/expense_entries.json" - name: contacts type: DeclarativeStream retriever: @@ -254,9 +239,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/contacts.json" - name: fuel_entries type: DeclarativeStream retriever: @@ -296,9 +278,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/fuel_entries.json" - name: parts type: DeclarativeStream retriever: @@ -338,9 +317,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/parts.json" - name: purchase_orders type: DeclarativeStream retriever: @@ -380,9 +356,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/purchase_orders.json" - name: vehicle_assignments type: DeclarativeStream retriever: @@ -422,9 +395,6 @@ streams: partition_router: [] primary_key: - id - schema_loader: - type: JsonSchema - file_path: "./source_fleetio/schemas/vehicle_assignments.json" spec: connection_specification: $schema: http://json-schema.org/draft-07/schema#