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