# JsonSchemaOutput

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/runtime/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/runtime/types.ts#L28)

## Properties

| Property | Type |
|---|---|
| `type` | `'json_schema'` |
| `schema` | `Record<string, unknown>` |
| `name` | `string` |
| `strict` | `boolean` |
