{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-batch-get-builds-output-structure.json", "name": "BatchGetBuildsOutput", "description": "BatchGetBuildsOutput schema from Amazon CodeBuild", "type": "object", "properties": { "builds": { "allOf": [ { "$ref": "#/components/schemas/Builds" }, { "description": "Information about the requested builds." } ] }, "buildsNotFound": { "allOf": [ { "$ref": "#/components/schemas/BuildIds" }, { "description": "The IDs of builds for which information could not be found." } ] } } }