{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-toolchain-source-structure.json", "name": "ToolchainSource", "description": "The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.", "type": "object", "properties": { "s3": { "allOf": [ { "$ref": "#/components/schemas/S3Location" }, { "description": "The Amazon S3 bucket where the toolchain template file provided with the project request is stored." } ] } }, "required": [ "s3" ] }