fsspec_data.confluent ===================== .. py:module:: fsspec_data.confluent Classes ------- .. autoapisummary:: fsspec_data.confluent.ConfluentSchemaDocument Functions --------- .. autoapisummary:: fsspec_data.confluent.fetch_confluent_schema fsspec_data.confluent._parse_reference Module Contents --------------- .. py:class:: ConfluentSchemaDocument .. py:attribute:: schema :type: str .. py:attribute:: schema_type :type: str .. py:attribute:: subject :type: str .. py:attribute:: version :type: str .. py:attribute:: schema_id :type: str | None .. py:attribute:: references :type: tuple[collections.abc.Mapping[str, Any], Ellipsis] .. py:function:: fetch_confluent_schema(url: str, storage_options: collections.abc.Mapping[str, Any]) -> ConfluentSchemaDocument .. py:function:: _parse_reference(url: str) -> tuple[str, str]