UnknownContent

A content block whose type is not one this SDK models — a future or vendor-specific kind. The entire inbound block (including its original type) is stored verbatim so it round-trips losslessly through toJson/fromJson instead of being silently coerced into empty text.

@safe
struct UnknownContent {}

Members

Variables

raw
Json raw;

the original inbound content block, verbatim

Mixed In Members

From mixin ContentMetaFields

annotations
Json annotations;

optional annotations (audience/priority/lastModified)

meta
Json meta;

optional _meta object