Skip to content

Commit b10ab8f

Browse files
gosusnpnataly
authored andcommitted
Fix source spec diff (#18645)
1 parent b34d328 commit b10ab8f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6538,6 +6538,42 @@
65386538
supportsNormalization: false
65396539
supportsDBT: false
65406540
supported_destination_sync_modes: []
6541+
- dockerImage: "airbyte/source-mailjet-sms:0.1.0"
6542+
spec:
6543+
documentationUrl: "https://docs.airbyte.com/integrations/sources/mailjet-sms"
6544+
connectionSpecification:
6545+
$schema: "http://json-schema.org/draft-07/schema#"
6546+
title: "Mailjet Sms Spec"
6547+
type: "object"
6548+
required:
6549+
- "token"
6550+
additionalProperties: true
6551+
properties:
6552+
token:
6553+
title: "Access Token"
6554+
type: "string"
6555+
description: "Your access token. See <a href=\"https://dev.mailjet.com/sms/reference/overview/authentication\"\
6556+
>here</a>."
6557+
airbyte_secret: true
6558+
start_date:
6559+
title: "Start date"
6560+
type: "integer"
6561+
description: "Retrieve SMS messages created after the specified timestamp.\
6562+
\ Required format - Unix timestamp."
6563+
pattern: "^[0-9]*$"
6564+
examples:
6565+
- 1666261656
6566+
end_date:
6567+
title: "End date"
6568+
type: "integer"
6569+
description: "Retrieve SMS messages created before the specified timestamp.\
6570+
\ Required format - Unix timestamp."
6571+
pattern: "^[0-9]*$"
6572+
examples:
6573+
- 1666281656
6574+
supportsNormalization: false
6575+
supportsDBT: false
6576+
supported_destination_sync_modes: []
65416577
- dockerImage: "airbyte/source-mailerlite:0.1.0"
65426578
spec:
65436579
documentationUrl: "https://docs.airbyte.com/integrations/sources/mailerlite"

0 commit comments

Comments
 (0)