SchemaResponse

data class SchemaResponse(val type: String? = null, val avro: String? = null, val mapping: String? = null)

Represents a schema response configuration.

Constructors

Link copied to clipboard
constructor(type: String? = null, avro: String? = null, mapping: String? = null)

Properties

Link copied to clipboard
val avro: String? = null

The Avro schema. Default is null.

Link copied to clipboard
val mapping: String? = null

The mapping for the schema. Default is null.

Link copied to clipboard
val type: String? = null

The type of the schema. Default is null.