| Field | Type | Required | Description |
|---|---|---|---|
content |
::String | ✔️ | The content of the section, includes markdown formatting |
list |
T::Array<::String> | ➖ | List items for the section |
steps |
T::Array<Models::Shared::GuideStepMeta> | ➖ | Nested steps within the section |
title |
::String | ✔️ | The title of the section |