8
Fields
0
Used By
01

Fields

  • id
    UUID
    Unique identifier
  • owner_id
    UUID
    Person or Group who owns this container
  • name
    str
    Container name (required, non-empty)
  • container_type
    ContainerType
    list | project | area | board_column | context
  • parent_id optional
    UUID | None
    Parent container for nesting
  • is_archived
    bool
    Whether container is archived
  • color optional
    str | None
    Hex color for UI
  • icon optional
    str | None
    Icon identifier
02

Used By

Not used by any components