base-category-attribute
schema/components/base-category-attribute/1.0.0/base-category-attribute.schema.json
The base-category-attribute component extends base-attribute with an optional
attribute_description property (via category-attribute-description)
that provides metadata such as discipline and type.
This is the base for categorical attribute types including category-attribute and bool-attribute.
Used by: block-model-category-attribute, bool-attribute, category-attribute, category-ensemble, category-time-series.
See also: base-continuous-attribute (continuous counterpart).
Properties
base-category-attribute (v1.0.0)
A base schema for categorial attributes.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An 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_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | category-attribute-description | The attribute description record. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |