Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaDescription

Package version

Schema definition with its group, name, and serialization type.

Hierarchy

  • SchemaDescription

Index

Properties

content

content: string

String representation of schema.

group

group: string

Schema group under which schema is or should be registered.

name

name: string

Name of schema.

serializationType

serializationType: string

Serialization type of schema. Must match serialization type of group. Currently only 'avro' is supported, but this is subject to change.

Generated using TypeDoc