Rest Proxy Definitions: SchemaResponse

Description

Used as output for the Avro Schema service

Field name Type Description

keyId

int64

(optional) The Schema Registry ID found for the provided key schema definition

valueId

int64

(optional) The Schema Registry ID found for the provided value schema definition

Examples

Key and value
{
  "keyId": 1,
  "valueId": 1
}
Key only
{
  "keyId": 1
}
Value only
{
  "valueId": 1
}