---
title: "output template from json · RUAL Documentation"
description: "Cast a raw JSON Schema object into an output template for a message block (or a tool's parameters); for full control beyond the build output template bl…"
canonical: https://docs.rual.nl/block-types/anthropic/anthropicconnection_schema_from_json
language: en
---

# output template from json

This block is part of the [`anthropic`](https://docs.rual.nl/block-types/anthropic) group and was last modified in core [`v15.0.0`](https://docs.rual.nl/core-versions/150000).

Cast a raw JSON Schema object into an output template for a message block (or a tool's parameters); for full control beyond the build output template block.

- json required `object` A JSON Schema object, e.g. {type:object, properties:{...}, required:[...]}.

- template `anthropicschema` The output template; wire into a message block's output template or a tool's parameters.

| `raw template` |
| --- |
| `output schema from json` |
| `template from object` |

A typical wiring for [output template from JSON](https://docs.rual.nl/block-types/anthropic/anthropicconnection_schema_from_json): [new object](https://docs.rual.nl/block-types/object/object_new_fields) feeds the `json` pin; the `schema` out pin feeds [send message](https://docs.rual.nl/block-types/anthropic/anthropicconnection_message).

![Studio canvas example for the output template from JSON block: typical wiring for output template from JSON.](https://docs.rual.nl/canvas-examples/anthropicconnection_schema_from_json.png)

### Version history

Introduced in [`v15.0.0`](https://docs.rual.nl/core-versions/150000).
