Skip to main content

Module bytes

Module bytes 

Source
Expand description

Bytes — a binary field that travels as a CBOR byte string (major type 2) and advertises contentEncoding: base64 in JSON Schema. See the native binary encoding design (§3 M2, §5.1).

Structs§

Bytes
A binary value. Serializes to a CBOR byte string; deserializes from a CBOR byte string or a base64-encoded text string (the bare-base64 leniency for schema-typed fields on JSON transports). Advertises contentEncoding: base64.