Struct Schema

Struct Documentation

struct Schema

A schema in a streamed source.

Schema data is stored as a base64-encoded string, matching the JSON wire format.

Public Members

uint16_t id

Unique schema ID within this source. Must be nonzero.

std::string name

Schema name.

std::string encoding

Schema encoding (e.g. “protobuf”).

std::string data

Raw schema data, base64-encoded.