Skip to main content

integer-array-md

schema/elements/integer-array-md/1.0.1/integer-array-md.schema.json

Multi-dimensional array of integer values. The base type for all integer array specialisations. Each row stores width values, with length rows total. Supports both int32 and int64 encoding via the data_type property.

The integer array family uses a width specialisation pattern: integer-array-md defines the general case with a variable width, while fixed-width variants (integer-array-1, integer-array-2, integer-array-3) constrain width to a constant value for specific use cases.

See also: integer-array-1 (width 1), integer-array-2 (width 2), integer-array-3 (width 3) — width specialisations.

Properties​

integer-array-md (v1.0.1)​

Multidimensional array of integers.

PropertyTypeDescriptionFlags
databinary-blobData stored as a binary blob.✅
lengthIntegerlength of array✅
widthIntegernumber of columns✅
data_typeStringdata type✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?