Home

Array

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

It exists so ordered collections of primitive values can participate in the same node-based data model as other scalar and structured primitive types. Array items are restricted to Primitive values, including nested Array and Object values.

See also TupleValidator and ArrayValidator for array-specific constraints.

Analogues

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

  • JSON array: Direct structural analogue for ordered primitive collections.

Bindings

The Array type is represented in:


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

© 2026 Stencila