Skip to content

Instantly share code, notes, and snippets.

@dalelane
Last active July 20, 2019 22:34
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/81c779f1ad73028a36089c43c93fabbd to your computer and use it in GitHub Desktop.
Save dalelane/81c779f1ad73028a36089c43c93fabbd 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": "Type13",
"fields": [
{
"name": "myWord",
"type": {
"type": "string",
"name": "WordThatStartsWithD",
"namespace": "co.uk.dalelane",
"logicalType": "words-that-start-with-D"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment