SchemaDescription interface
Schema definition with its name, format, and group.
Properties
definition | String representation of schema. |
format | The format of schema and it must match the serialization type of the schema's group. |
group |
Schema group under which schema is or should be registered. |
name | Name of schema. |
Property Details
definition
String representation of schema.
definition: string
Property Value
string
format
The format of schema and it must match the serialization type of the schema's group.
format: string
Property Value
string
groupName
Schema group under which schema is or should be registered.
groupName: string
Property Value
string
name
Name of schema.
name: string
Property Value
string