SchemaProperties interface
Properties of a schema.
Properties
format | Serialization type of schema. |
group |
Schema group under which schema is or should be registered. |
id | ID that uniquely identifies a schema in the registry namespace. |
name | Name of schema. |
version | The version of schema |
Property Details
format
Serialization type of schema.
format: string
Property Value
string
groupName
Schema group under which schema is or should be registered.
groupName: string
Property Value
string
id
ID that uniquely identifies a schema in the registry namespace.
id: string
Property Value
string
name
Name of schema.
name: string
Property Value
string
version
The version of schema
version: number
Property Value
number