singer-io / tap-chargify

GNU Affero General Public License v3.0
2 stars 17 forks source link

Schema Issue #17

Closed chrishumphries closed 4 years ago

chrishumphries commented 4 years ago

https://github.com/singer-io/tap-chargify/blob/b64bdb062fae3f49125232718cae90be245e01c2/tap_chargify/schemas/subscriptions.json#L149-L153

@lambtron - this needs to have a new data type:

"delayed_cancel_at": { "type": [ "null", "string" ], "format": "date-time"

chrishumphries commented 4 years ago

@lambtron actually fixed in the PR I submitted.