recipe_validate
Validate a recipe to confirm it's error-free for procedural material or terrain generation. Returns validity status and any errors.
Instructions
Validate a recipe. Returns {valid: bool, errors: list}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |