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

schema.user_no_metadata.avsc Maven / Gradle / Ivy

{
    "namespace": "pl.allegro",
    "type": "record",
    "name": "User",
    "fields": [
        {"name": "name", "type": "string"},
        {"name": "age",  "type": "int"},
        {"name": "favoriteColor", "type": ["null", "string"]}
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy