Skip to main content

continuous-attribute

schema/components/continuous-attribute/1.1.0/continuous-attribute.schema.json

A continuous attribute stores a range of floating-point values. It uses attribute_type = "scalar".

  • values — A data array of floating-point values, one per geometric element.
  • nan_description — A nan-continuous component defining how NaN values are interpreted.
  • Inherits name, key, and optional attribute_description from base-continuous-attribute.

Used by: channel-attribute, one-of-attribute.

Properties

continuous-attribute (v1.1.0)

An attribute for a range of values.

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-1The values of the attributes.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?