RegisterSchemaVersionReq

@JsonSerializable
data class RegisterSchemaVersionReq(val schema: Schema, val schemaType: SchemaType, val references: List<References>)(source)

Constructors

Link copied to clipboard
constructor(schema: Schema, schemaType: SchemaType, references: List<References>)

Properties

Link copied to clipboard
Link copied to clipboard
val schema: Schema
Link copied to clipboard