Skip to content

Target

Target Schema

Properties

Name Type Description
id Integer Primary key for the Target
uid UUID Client/API identifier — exposed via REST URLs.
original_id Integer (Optional) No description
status Enum(active, inactive, completed) Status of the target.
kind Enum(template, draft, instance) No description
is_deleted Boolean Flag indicating if the target is deleted.
name String(100) Name of the Target
brightness_model_id Integer (Optional) Unique identifier of the target's brightness model.
saturation_model_id Integer (Optional) Unique identifier of the saturation brightness model.

Relationships

Relationship Name Type
original Target
draft Target
position TargetPosition
brightness_model BrightnessModel
saturation_model BrightnessModel