on.glue.schema-registry-examples.1.1.20.source-code.user.avsc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schema-registry-examples Show documentation
Show all versions of schema-registry-examples Show documentation
The AWS Glue Schema examples has sample code for using Schema Registry with different applications.
{"namespace": "example.avro",
"type": "record",
"name": "User",
"fields": [
{"name": "name", "type": "string"},
{"name": "favorite_number", "type": ["int", "null"]},
{"name": "favorite_color", "type": ["string", "null"]}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy