expandContext property
JsonValue?
expandContext
final
An optional context that is applied before the document's own @context.
Corresponds to the expandContext option in the
W3C JSON-LD API.
When set, this context is injected as an additional @context entry
preceding the document's own context definitions. This allows callers
to provide default term definitions or vocabulary mappings without
modifying the input document.
Implementation
final JsonValue? expandContext;