Skip to main content

vector-attribute

schema/components/vector-attribute/1.0.0/vector-attribute.schema.json

A vector attribute stores N-dimensional vectors. It uses attribute_type = "vector".

  • values — A data array of vector values, one per geometric element.
  • nan_description — A nan-continuous component defining how NaN values are interpreted.
  • Inherits from base-continuous-attribute.

Used by: one-of-attribute.

Properties

vector-attribute (v1.0.0)

An attribute containing an N-dimensional vector.

PropertyTypeDescriptionFlags
nameStringThe name of the attribute⬆️
keyStringAn identifier of the attribute, used to keep track of the attribute when it is renamed.
The identifier must be unique within an attribute list.⬆️
attribute_typeStringType of the attribute.⬆️
attribute_descriptionattribute-descriptionThe attribute description record.⬆️
attribute_typeString
nan_descriptionnan-continuousDescribes the values used to designate not-a-number.
valuesfloat-array-mdThe vector array, where each row is a vector.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?