Skip to content

docs: the schema endpoint describes a job's media inputs too - #85

Merged
a-essawy merged 1 commit into
mainfrom
docs/job-inputs-descriptor
Sep 1, 2026
Merged

docs: the schema endpoint describes a job's media inputs too#85
a-essawy merged 1 commit into
mainfrom
docs/job-inputs-descriptor

Conversation

@a-essawy

@a-essawy a-essawy commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Mirrors rendobar/rendobar#651, which adds an inputs descriptor to
GET /jobs/types/{type}/schema.

The endpoint was listed as "per-type parameters" — true, and now incomplete.
The same call describes the media a job reads, so anyone following this page
would keep hardcoding inputs they could have discovered.

The API reference needs no change: the field is declared in the route's OpenAPI
response schema, with a describe() on variadic, so Scalar picks it up on
deploy.

Same edit landed in the canonical prompt (rendobar/rendobar#651) and the CLI's
embedded copy (rendobar/cli#149), since the CLI hardcodes the body rather than
fetching it.

Mirrors the canonical integration prompt. The endpoint was listed as "per-type
parameters", which was true and is now incomplete: the same call describes the
media a job reads, so anyone following this page would keep hardcoding inputs
they could have discovered.
@a-essawy
a-essawy merged commit 86776fd into main Sep 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant