forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉Source Stripe: New Stream - Subscription Schedule (airbytehq#23624)
* bump connector version * Source stripe: New Stream Subscription Schedule * fix: schema fixes, updated docs, updated versionTag * fix: test * Update stripe.md * fix: Add empty stream * schema fix, version bump, source update * unwanted line fix * Resolve comments * fix schemas * add expected records and update schema * 🎉Source Twilio: New Stream Conversation Messages (airbytehq#22875) * bump connector version * Source Twilio: New Stream Conversation Messages * fix: Adding correction to syntax * fix: schema errors, incremental stream fix * fix: schema, updated docs, dockerVersion, removed unwanted files * Update twilio.md * fix schema, add expected records and update stream * remove extar empty line * format files * fix schema for conversation messages * fix conversation participants schema * remove conversation participants from incr ctg * remove unused logging * update schema * Update source_definitions.yaml * Update jira.md * Update expected_records.jsonl * Update twilio.md * Update twilio.md * Update twilio.md * auto-bump connector version --------- Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]> * remove json schema from integration test * add schema json * Update jira.md * Update stripe.md * Update source_definitions.yaml * auto-bump connector version --------- Co-authored-by: marcosmarxm <[email protected]> Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
- Loading branch information
1 parent
3a81c01
commit 6cff29b
Showing
17 changed files
with
329 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
254 changes: 254 additions & 0 deletions
254
...te-integrations/connectors/source-stripe/source_stripe/schemas/subscription_schedule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": ["null", "object"], | ||
"additionalProperties": true, | ||
"properties": { | ||
"id": { | ||
"type": ["null", "string"] | ||
}, | ||
"object": { | ||
"type": ["null", "string"] | ||
}, | ||
"application": { | ||
"type": ["null", "string"] | ||
}, | ||
"canceled_at": { | ||
"type": ["null", "string"] | ||
}, | ||
"completed_at": { | ||
"type": ["null", "string"] | ||
}, | ||
"created": { | ||
"type": ["null", "integer"] | ||
}, | ||
"current_phase": { | ||
"type": ["null", "string"] | ||
}, | ||
"customer": { | ||
"type": ["null", "string"] | ||
}, | ||
"default_settings": { | ||
"type": ["null", "object"], | ||
"properties": { | ||
"application_fee_percent": { | ||
"type": ["null", "string"] | ||
}, | ||
"automatic_tax": { | ||
"type": ["null", "object"], | ||
"properties": { | ||
"enabled": { | ||
"type": ["null", "boolean"] | ||
} | ||
} | ||
}, | ||
"billing_cycle_anchor": { | ||
"type": ["null", "string"] | ||
}, | ||
"billing_thresholds": { | ||
"type": ["null", "string"] | ||
}, | ||
"collection_method": { | ||
"type": ["null", "string"] | ||
}, | ||
"default_payment_method": { | ||
"type": ["null", "string"] | ||
}, | ||
"description": { | ||
"type": ["null", "string"] | ||
}, | ||
"invoice_settings": { | ||
"type": ["null", "string"] | ||
}, | ||
"on_behalf_of": { | ||
"type": ["null", "string"] | ||
}, | ||
"transfer_data": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
}, | ||
"end_behavior": { | ||
"type": ["null", "string"] | ||
}, | ||
"livemode": { | ||
"type": ["null", "boolean"] | ||
}, | ||
"metadata": { | ||
"type": ["null", "object"] | ||
}, | ||
"phases": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true, | ||
"properties": { | ||
"add_invoice_items": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true, | ||
"properties": { | ||
"price": { | ||
"type": ["null", "string"] | ||
}, | ||
"quantity": { | ||
"type": ["null", "string"] | ||
}, | ||
"tax_rates": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true, | ||
"properties": { | ||
"id": { | ||
"type": ["null", "string"] | ||
}, | ||
"object": { | ||
"type": ["null", "string"] | ||
}, | ||
"active": { | ||
"type": ["null", "boolean"] | ||
}, | ||
"country": { | ||
"type": ["null", "string"] | ||
}, | ||
"created": { | ||
"type": ["null", "string"], | ||
"format": "datetime" | ||
}, | ||
"display_name": { | ||
"type": ["null", "string"] | ||
}, | ||
"inclusive": { | ||
"type": ["null", "boolean"] | ||
}, | ||
"jurisdiction": { | ||
"type": ["null", "string"] | ||
}, | ||
"livemode": { | ||
"type": ["null", "boolean"] | ||
}, | ||
"metadata": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true | ||
}, | ||
"percentage": { | ||
"type": ["null", "number"] | ||
}, | ||
"state": { | ||
"type": ["null", "string"] | ||
}, | ||
"tax_type": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"application_fee_percent": { | ||
"type": ["null", "string"] | ||
}, | ||
"billing_cycle_anchor": { | ||
"type": ["null", "string"] | ||
}, | ||
"billing_thresholds": { | ||
"type": ["null", "string"] | ||
}, | ||
"collection_method": { | ||
"type": ["null", "string"] | ||
}, | ||
"coupon": { | ||
"type": ["null", "string"] | ||
}, | ||
"currency": { | ||
"type": ["null", "string"] | ||
}, | ||
"default_payment_method": { | ||
"type": ["null", "string"] | ||
}, | ||
"default_tax_rates": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true | ||
} | ||
}, | ||
"description": { | ||
"type": ["null", "string"] | ||
}, | ||
"end_date": { | ||
"type": ["null", "integer"] | ||
}, | ||
"invoice_settings": { | ||
"type": ["null", "string"] | ||
}, | ||
"items": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true, | ||
"properties": { | ||
"billing_thresholds": { | ||
"type": ["null", "string"] | ||
}, | ||
"metadata": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true | ||
}, | ||
"price": { | ||
"type": ["null", "string"] | ||
}, | ||
"quantity": { | ||
"type": ["null", "integer"] | ||
}, | ||
"tax_rates": { | ||
"type": ["null", "array"], | ||
"items": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"metadata": { | ||
"type": ["null", "object"], | ||
"additionalProperties": true | ||
}, | ||
"on_behalf_of": { | ||
"type": ["null", "string"] | ||
}, | ||
"proration_behavior": { | ||
"type": ["null", "string"] | ||
}, | ||
"start_date": { | ||
"type": ["null", "integer"] | ||
}, | ||
"transfer_data": { | ||
"type": ["null", "string"] | ||
}, | ||
"trial_end": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} | ||
}, | ||
"released_at": { | ||
"type": ["null", "string"] | ||
}, | ||
"released_subscription": { | ||
"type": ["null", "string"] | ||
}, | ||
"status": { | ||
"type": ["null", "string"] | ||
}, | ||
"subscription": { | ||
"type": ["null", "string"] | ||
}, | ||
"test_clock": { | ||
"type": ["null", "string"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.