Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(in_app_events.json): replace customer_user_id type in schema #4

Merged
merged 3 commits into from
Apr 3, 2018
Merged

chore(in_app_events.json): replace customer_user_id type in schema #4

merged 3 commits into from
Apr 3, 2018

Conversation

gautiermorel
Copy link

@gautiermorel gautiermorel commented Mar 30, 2018

Edit in_app_events schema type to accept string instead of integer.

@@ -344,7 +344,7 @@
"customer_user_id": {
"type": [
"null",
"integer"
"string"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to allow all 3? ie: [ "null", "integer", "string"]

@KAllan357
Copy link
Contributor

This looks good! Thanks! :shipit:

@KAllan357 KAllan357 merged commit 4e8c5b6 into singer-io:master Apr 3, 2018
@gautiermorel gautiermorel deleted the chore/edit-in-app-events-schema branch April 16, 2018 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants