From 606f6af1c6c9ad16ff67ff884e9d0f095986c2da Mon Sep 17 00:00:00 2001 From: inigo Date: Tue, 18 Nov 2025 15:36:45 -0800 Subject: [PATCH] docs: update structured outputs documentation --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 021cc79..e191aef 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -80,7 +80,7 @@ jobs: | `path_to_bun_executable` | Optional path to a custom Bun executable. Skips automatic Bun installation. Useful for Nix, custom containers, or specialized environments | No | "" | | `plugin_marketplaces` | Newline-separated list of Claude Code plugin marketplace Git URLs to install from (e.g., see example in workflow above). Marketplaces are added before plugin installation | No | "" | | `plugins` | Newline-separated list of Claude Code plugin names to install (e.g., see example in workflow above). Plugins are installed before Claude Code execution | No | "" | -| `json_schema` | JSON schema for structured output validation. Automatically sets GitHub Action outputs for each field. See [Structured Outputs](#structured-outputs) section below | No | "" | +| `json_schema` | JSON schema for structured output validation. See [Structured Outputs](#structured-outputs) section below | No | "" | ### Deprecated Inputs