Skip to content

Instantly share code, notes, and snippets.

@lurenx
Created March 24, 2016 10:19
Show Gist options
  • Select an option

  • Save lurenx/6d7b6fa36e562dbe13e9 to your computer and use it in GitHub Desktop.

Select an option

Save lurenx/6d7b6fa36e562dbe13e9 to your computer and use it in GitHub Desktop.
avro schema
{"namespace": "example.avro",
"type": "record",
"name": "User",
"fields": [
{"name": "name", "type": "string"},
{"name": "favorite_number", "type": ["int", "null"]},
{"name": "favorite_color", "type": ["string", "null"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment