Class AvroSchema (2.16.0)

AvroSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Avro schema.

Attribute

NameDescription
schema str
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.

Inheritance

builtins.object > proto.message.Message > AvroSchema