types
Creates, updates, deletes, gets or lists a types resource.
Overview
| Name | types |
| Type | Resource |
| Id | confluent.schema_registry.types |
Fields
The following fields are returned by SELECT queries:
- get_schema_types
List of supported schema types.
| Name | Datatype | Description |
|---|---|---|
schema_type | string |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_schema_types | select | Retrieve 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get_schema_types
Retrieve the schema types supported by this registry.
SELECT
schema_type
FROM confluent.schema_registry.types
;