> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/data-api-sdk/data-model-fields-and-units/activity-name-vs-type-enum.md).

# Why isn't activity name one of the Terra activity enums?

`metadata.name` carries the user's **custom activity title** from the provider and can be any free-text string. It is not restricted to enum values.

The standardised Terra activity classification lives in the `type` field, which uses the activity enum.

A free-text `name` alongside a valid `type` value is **expected behaviour**.
