Resource: Schema
Schema for a Kafka message.
| JSON representation |
|---|
{ "schemaType": enum ( |
| Fields | |
|---|---|
schemaType |
Optional. The schema type of the schema. |
schema |
The schema payload. |
references[] |
Optional. The schema references used by the schema. |
Methods |
|
|---|---|
|
Get the schema for the given schema id. |
|
Get the schema string for the given schema id. |