Home

Object

This is a primitive type used in Stencila Schema for object values.

It exists so keyed collections of primitive values can participate in the same node-based data model as scalar and array primitives. Keys are strings and values are restricted to Primitive values, including nested Object and Array values.

See also Primitive for the broader primitive-value union.

Analogues

The following external types, elements, or nodes are similar to a Object:

  • JSON object: Direct structural analogue for string-keyed primitive mappings.

Bindings

The Object type is represented in:


This documentation was generated from Object.yaml by docs_types.rs.

© 2026 Stencila