Project
Project Schema¶
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| name | String(Unbounded) |
No description |
| description | String(Unbounded) (Optional) |
No description |
| creator_id | Integer |
No description |
| group_id | Integer (Optional) |
No description |
| template_id | Integer (Optional) |
No description |
| template_spec_version | Integer (Optional) |
No description |
| template_spec_hash | String(64) (Optional) |
No description |
| kind | Enum(single_target, target_list, custom) |
No description |
| is_public | Boolean |
No description |
| target_id | Integer (Optional) |
No description |
| target_list | JSONB (Optional) |
No description |
| afterglow_session_uid | UUID (Optional) |
No description |
| results | JSONB (Optional) |
No description |
| completed_at | DateTime (Optional) |
No description |
| updated_at | DateTime |
No description |
| is_deleted | Boolean |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| observations | Observation |
| data_tool | DataTool |
| creator | User |
| group | Group |
| template | ProjectTemplate |
| target | Target |
| files | ProjectFile |