# 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 |
