Skip to content

Instantly share code, notes, and snippets.

@DanteLore
Created November 21, 2018 14:49
Show Gist options
  • Save DanteLore/59ad8b0a0646b6d85516e02cc3fafc57 to your computer and use it in GitHub Desktop.
Save DanteLore/59ad8b0a0646b6d85516e02cc3fafc57 to your computer and use it in GitHub Desktop.
{
"namespace": "logicalgenetics.sale",
"type": "record",
"name": "sale",
"fields": [
{"name": "beer_id", "type": "int"},
{"name": "bar", "type": "int"},
{"name": "price", "type": "int"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment