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