fix(openapi): Fix codegen artifacts in schemas - #2271
Merged
Conversation
… BuildShort A running run/build does not have a `finishedAt` value yet, so the field must be nullable and non-required, matching the full Run and Build schemas. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…use const for actorSpecification - Rename `DATA_TRANSFER_EXTERNAL_GBYTES?` to `DATA_TRANSFER_EXTERNAL_GBYTES` in RunUsage/RunUsageUsd schemas and all run-related example responses - Change `actorSpecification` from `enum: [1]` to `const: 1` in ActorDefinition schema to avoid awkward `INTEGER_1` codegen enum name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Preview for this PR was built for commit |
The API returns null for finishedAt when a dispatch hasn't completed yet. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
Preview for this PR was built for commit |
janbuchar
approved these changes
Feb 23, 2026
Closed
9 tasks
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
finishedAtnullable and optional inRunShortandBuildShortschemas — a running run/build does not have afinishedAtvalue yetfinishedAtnullable inExampleWebhookDispatchschema — a dispatch that hasn't completed yet returns null?fromDATA_TRANSFER_EXTERNAL_GBYTES?property name inRunUsage/RunUsageUsdschemas and all run-related example responses (15 files)actorSpecificationfromenum: [1]toconst: 1inActorDefinitionschema to avoid awkwardINTEGER_1enum name in codegen output🤖 Generated with Claude Code