Skip to content

Commit

Permalink
Automated commit: Import JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 23, 2024
1 parent d095747 commit a92bf2b
Show file tree
Hide file tree
Showing 7 changed files with 1,896 additions and 1,990 deletions.
12 changes: 12 additions & 0 deletions _data/taps/schemas/chargebee/v1/chargebee-v1-issues.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Key addon_ids not found in _data/taps/schemas/chargebee/v1/json/coupons.json
Key plan_ids not found in _data/taps/schemas/chargebee/v1/json/coupons.json
Key content.subscription.addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.charged_event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.coupon.plan_ids not found in _data/taps/schemas/chargebee/v1/json/events.json
Key content.subscription.plan_id not found in _data/taps/schemas/chargebee/v1/json/events.json
Key addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key charged_event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key event_based_addons.id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key plan_id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
Key gift_id not found in _data/taps/schemas/chargebee/v1/json/subscriptions.json
1 change: 1 addition & 0 deletions _data/taps/schemas/chargebee/v1/chargebee-v1-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,4 @@ tables:
replication-method: Key-based Incremental
primary-key: id
replication-key: updated_at
tap-repo-schemas: true
134 changes: 93 additions & 41 deletions _data/taps/schemas/chargebee/v1/json/coupons.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
{
"additionalProperties": false,
"properties": {
"addon_constraint": {
"type": [
"null",
"string"
]
},
"addon_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"apply_discount_on": {
"type": [
"null",
Expand Down Expand Up @@ -85,22 +67,110 @@
"string"
]
},
"included_in_mrr": {
"invoice_name": {
"type": [
"null",
"boolean"
"string"
]
},
"invoice_name": {
"invoice_notes": {
"type": [
"null",
"string"
]
},
"invoice_notes": {
"item_constraint_criteria": {
"items": {
"properties": {
"currencies": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_family_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_price_periods": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_type": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"string"
"array"
]
},
"item_constraints": {
"items": {
"properties": {
"constraint": {
"type": [
"null",
"string"
]
},
"item_price_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"item_type": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"array"
]
},
"max_redemptions": {
Expand Down Expand Up @@ -139,24 +209,6 @@
"string"
]
},
"plan_constraint": {
"type": [
"null",
"string"
]
},
"plan_ids": {
"items": {
"type": [
"null",
"string"
]
},
"type": [
"null",
"array"
]
},
"redemptions": {
"type": [
"null",
Expand Down
18 changes: 18 additions & 0 deletions _data/taps/schemas/chargebee/v1/json/customers.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
"boolean"
]
},
"business_entity_id": {
"type": [
"null",
"string"
]
},
"card_status": {
"type": [
"null",
Expand All @@ -222,6 +228,12 @@
"string"
]
},
"cf_people_id": {
"type": [
"null",
"string"
]
},
"channel": {
"type": [
"null",
Expand Down Expand Up @@ -770,6 +782,12 @@
"integer"
]
},
"tax_providers_fields": {
"type": [
"null",
"string"
]
},
"taxability": {
"type": [
"null",
Expand Down
Loading

0 comments on commit a92bf2b

Please sign in to comment.