Skip to content

Instantly share code, notes, and snippets.

@weerd
Last active May 28, 2019 21:12
Show Gist options
  • Save weerd/f361ce33d27d9072c2d49aafe2494874 to your computer and use it in GitHub Desktop.
Save weerd/f361ce33d27d9072c2d49aafe2494874 to your computer and use it in GitHub Desktop.
Testing Snowplow Schema
{
"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