docs: Add output schema support to actor.json documentation#2420
Merged
docs: Add output schema support to actor.json documentation#2420
Conversation
…tor.json docs The actor.json reference table was missing an entry for the `output` property linking to the output schema page. Also documents that `inputSchema` and `outputSchema` can be used interchangeably with `input` and `output`. https://claude.ai/code/session_018BErCouxp98K9bfkGAvCUw
|
Preview for this PR was built for commit |
Change the page title from 'actor.json' to 'Actor definition file (actor.json)' while preserving the sidebar menu label as 'actor.json' and the existing URL slug. https://claude.ai/code/session_018BErCouxp98K9bfkGAvCUw
|
Preview for this PR was built for commit |
vdusek
reviewed
Apr 13, 2026
Contributor
vdusek
left a comment
There was a problem hiding this comment.
Sorry - was I intentionally assigned here as a reviewer?
Member
Author
|
@vdusek yeah, GitHub said you edited this file recently. I just need one review to merge this :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the actor definition documentation to include support for output schemas in the
actor.jsonconfiguration file, bringing feature parity with input schema handling.Key Changes
outputfield example to theactor.jsonsample configuration, showing the path tooutput_schema.jsonoutputfield in the configuration reference table with:outputSchemaalias for interchangeable useinputfield documentation to mention theinputSchemaalias for consistencyImplementation Details
The changes follow the same pattern established for input schemas, allowing developers to:
actor.jsonoutputoroutputSchemafield names interchangeablyThis maintains consistency with the existing input schema functionality and provides clear guidance for Actor developers on defining output schemas.
https://claude.ai/code/session_018BErCouxp98K9bfkGAvCUw