{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-retry-build-batch-input-structure.json", "name": "RetryBuildBatchInput", "description": "RetryBuildBatchInput schema from Amazon CodeBuild", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "Specifies the identifier of the batch build to restart." } ] }, "retryType": { "allOf": [ { "$ref": "#/components/schemas/RetryBuildBatchType" }, { "description": "Specifies the type of retry to perform." } ] } } }