Skip to content

Instantly share code, notes, and snippets.

@weerd
Created May 28, 2019 21:24
Show Gist options
  • Save weerd/f4395e328ee16a398739f626a4b91b4c to your computer and use it in GitHub Desktop.
Save weerd/f4395e328ee16a398739f626a4b91b4c to your computer and use it in GitHub Desktop.
Snowplow Schema As Type String
{
"type": "object",
"title": "snowplow_event",
"description": "Schema for Snowplow event data payload.",
"properties": {
"payload": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment