Skip to content

Instantly share code, notes, and snippets.

@dalelane
Created July 20, 2019 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalelane/3544d382076f8a43f76eab2b0e2a9b07 to your computer and use it in GitHub Desktop.
Save dalelane/3544d382076f8a43f76eab2b0e2a9b07 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": "Type14",
"fields": [
{
"name": "something",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment