> For the complete documentation index, see [llms.txt](https://coldbox-relax.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldbox-relax.ortusbooks.com/relax-documentation-formats/index/schemas_and_samples.md).

# Schemas & Samples

## Schemas

Append a schema to a resource

### Arguments

| Argument    | Type | Required | Default | Description                     |
| ----------- | ---- | -------- | ------- | ------------------------------- |
| format      | any  | Yes      | ---     | The format of the schema        |
| description | any  | No       |         | The description of the schema   |
| body        | any  | No       |         | The body contents of the schema |

## Samples

Append a sample to a resource

### Arguments

| Argument    | Type | Required | Default | Description                     |
| ----------- | ---- | -------- | ------- | ------------------------------- |
| format      | any  | Yes      | ---     | The format of the sample        |
| description | any  | No       |         | The description of the sample   |
| body        | any  | No       |         | The body contents of the sample |
