Expand description
Logic for parsing and interacting with schemas in Avro format.
Structs§
- Name
- Represents names for
record
,enum
andfixed
Avro schemas. - Record
Field - Represents a
field
in arecord
Avro schema. - Schema
Fingerprint - Represents an Avro schema fingerprint More information about Avro schema fingerprints can be found in the Avro Schema Fingerprint documentation
- Union
Schema
Enums§
- Record
Field Order - Represents any valid order for a
field
in arecord
Avro schema. - Schema
- Represents any valid Avro schema More information about Avro schemas can be found in the Avro Specification
- Schema
Kind - Auto-generated discriminant enum variants
Type Aliases§
- Documentation
- Represents documentation for complex Avro schemas.