> ## Documentation Index
> Fetch the complete documentation index at: https://docs.roe-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON Output Schema

> Define the structure of the JSON output

Many Engines support definition of the JSON output schema. This allows you to
control the structure of the JSON output exactly as you wish. The schema follows
the standard [JSON schema specification](https://json-schema.org/).

We support creation of the schema using our UI Widget. Or you can paste the raw
JSON schema in Text mode.

<Frame caption="An example JSON output schema">
  <img src="https://mintcdn.com/roeai/wyVOyeWPONjXHsrt/images/agent-config-output-schema.png?fit=max&auto=format&n=wyVOyeWPONjXHsrt&q=85&s=e73342f415ca8818e3567702f23a8d5c" width="1196" height="1766" data-path="images/agent-config-output-schema.png" />
</Frame>
