Data manipulation
Supported formats
API reference
CommonEntityType
load_entity_supported_types()
Bases: BaseModel, ABC
BaseModel
ABC
CommonEntityType is an abstract base class for defining shared attributes across various entity data types.
This class provides fields for identifiers, names, descriptions, and other metadata.
default_attributes (Dict[str, str] | None)
description (str | None)
name (str)
short_name (str)
svg_icon (str | None)
type_hints (Dict[Any, Any] | None)
A short name for the model type.
max_length = 32
The name of the model type.
max_length = 512
An optional description of the model type.
Optional SVG icon for the model type.
Optional dictionary of default attributes.
Optional dictionary of type hints.
List[Dict]