Skip to content

Instantly share code, notes, and snippets.

@dalelane
Last active July 20, 2019 22:33
Show Gist options
  • Select an option

  • Save dalelane/47e6ab8ce7c502a0f474c9e2ce5914fe to your computer and use it in GitHub Desktop.

Select an option

Save dalelane/47e6ab8ce7c502a0f474c9e2ce5914fe to your computer and use it in GitHub Desktop.
Example of an Avro schema - used in https://dalelane.co.uk/blog/?p=3781
{
"type": "record",
"namespace": "co.uk.dalelane",
"name": "Type1",
"fields": [
{
"name": "something",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment