Skip to content

AboutTeamEntry

AboutTeamEntry Schema

Description: One person featured on the About Us page.

``current`` entries must reference a user account and a display group —
the page fetches their public profile for the card. ``alumni`` entries
render as a text strip and may name someone with no account at all
(``display_name``), optionally linking a profile when ``user_id`` is set.

Properties

Name Type Description
id Integer No description
uid UUID No description
section Enum(current, alumni) No description
user_id Integer (Optional) No description
group_name Enum(core_platform, observatory_operations, institutional_support) (Optional) No description
skynet_role String(Unbounded) (Optional) No description
display_name String(Unbounded) (Optional) No description
years String(Unbounded) (Optional) No description
sort_order Integer No description
created_on DateTime No description

Relationships

Relationship Name Type
user User