Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaId

Package version

Identifies a Schema by its unique ID, version, and location. JSON Object received from the registry containing schema identifiers.

Hierarchy

Index

Properties

id

id: undefined | string

ID that uniquely identifies a schema in the registry namespace. Schema ID that uniquely identifies a schema in the registry namespace.

location

location: string

URL of schema by group and name.

locationById

locationById: string

URL of schema by ID.

serializationType

serializationType: string

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

version

version: number

Automatically incremented version number of the schema.

Generated using TypeDoc