{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-build-artifacts-structure.json", "name": "BuildArtifacts", "description": "Information about build output artifacts.", "type": "object", "properties": { "location": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Information about the location of the build artifacts." } ] }, "sha256sum": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "
The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.