Avro Data Serialization Schema Generator
Define schema metadata and fields to generate a structured, type-safe JSON schema compatible with Apache Avro specifications.
APACHE AVRO SCHEMA
Record: UserEvent | Namespace: com.example.stream
Generated Schema (JSON)
// Configure metadata and fields to generate the Avro schema.
Schema Analysis
Schema Record Name:
UserEvent
Total Fields Defined:
0
Nullable Fields:
0
Complex Types (Array/Map/Record):
0
Schema Fields
Define fields one per line. Nullable fields will be converted to Avro unions (`["null", "type"]`).
Format: **Field Name | Data Type | Nullable (null/required) | Default Value | Documentation**
Data Types: `string`, `int`, `long`, `boolean`, `float`, `double`, `bytes`, `array of [type]`, `map of [type]`.
Data Types: `string`, `int`, `long`, `boolean`, `float`, `double`, `bytes`, `array of [type]`, `map of [type]`.
