All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.user.avsc Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
{
  "namespace": "com.datawizards.model",
  "type": "record",
  "name": "User",
  "fields": [
    {"name": "id", "type": "string", "doc": "User ID"},
    {"name": "first_name",  "type": "string", "doc": "first name"},
    {"name": "last_name",  "type": "string"}
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy