# BodyPart

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/multipart.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/multipart.ts#L17)

One part of a form body — a file, or an ordinary field sitting beside one.

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `binary` | `boolean` |
| `multiple` | `boolean` |
| `required` | `boolean` |
| `description` | `string` |
| `schema` | `Record<string, unknown>` |
