Skip to main content

types

Creates, updates, deletes, gets or lists a types resource.

Overview

Nametypes
TypeResource
Idconfluent.schema_registry.types

Fields

The following fields are returned by SELECT queries:

List of supported schema types.

NameDatatypeDescription
schema_typestring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_schema_typesselectRetrieve the schema types supported by this registry.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Retrieve the schema types supported by this registry.

SELECT
schema_type
FROM confluent.schema_registry.types
;