> 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/schema-source-of-truth-extra-fields.md).

# Why is a webhook field not in the documented schema?

**The authoritative schema is the published OpenAPI specification** in the public GitHub repository, and the [REST API reference](https://docs.tryterra.co/reference/health-and-fitness-api/data-models) is the source of truth for field names and units.

On extra fields:

* New fields may be added over time, so **treat additional or unknown keys as non-breaking and ignore them**, rather than validating strictly against a closed schema.
* The REST docs are authoritative. The payload key is `muscle_mass_g` (value in grams). Where the TypeScript client types disagree with the REST docs, **trust the REST docs**.

The [OpenAPI spec](https://docs.tryterra.co/reference/health-and-fitness-api/openapi-spec) is also published in the docs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tryterra.co/faq/help-topics/data-api-sdk/data-model-fields-and-units/schema-source-of-truth-extra-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
