restore_output_schema_version
Restore an output schema draft to a prior version. The current draft is snapshotted before rollback, leaving the live version unchanged.
Instructions
Roll a output_schema's DRAFT back to an earlier version. Takes the versionId (a UUID from list_output_schema_versions), NOT the checkpoint number. The current draft is snapshotted first, so this is itself undoable. It changes only the draft — what is live stays live until a human approves a new publish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The output_schema's id. | |
| versionId | Yes | The version row's UUID. | |
| expectedVersion | Yes | The draft version you last read — 409 if stale. |