We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa2406 commit 47a08cbCopy full SHA for 47a08cb
src/confluent_kafka/schema_registry/schema_registry_client.py
@@ -671,7 +671,7 @@ class Schema(object):
671
Args:
672
schema_str (str): String representation of the schema.
673
674
- references ([Schema]): Schemas referenced by this schema.
+ references ([SchemaReference]): SchemaReferences used in this schema.
675
676
schema_type (str): The schema type: AVRO, PROTOBUF or JSON.
677
0 commit comments