This is a type used in Stencila Schema for providing a concise summary of the values and structure of an Array.
It exists to support both human and machine understanding of array data, including schema inference, user-interface hints, and code generation workflows. Rather than constraining data directly, it summarizes observed or inferred characteristics that can guide inspection, editing, and downstream uses such as selecting visualization strategies for large datasets.
Key properties describe item-level hints and observed array characteristics.
The ArrayHint type has these properties:
The ArrayHint type is related to these types:
The ArrayHint type is represented in:
This documentation was generated from ArrayHint.yaml by docs_types.rs.