buildpacks-io · Example Payload

Buildpacks Registry Version Example

A buildpack that provides the Node.js runtime.

Buildpacks Registry Version Example is an example object payload from buildpacks-io, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamespacenameversionyankedaddrdescriptionhomepagelicensestargetscreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "01HZX8B5G2N3W4QRS5T6V7XYZ9",
  "namespace": "paketo-buildpacks",
  "name": "nodejs",
  "version": "4.5.1",
  "yanked": false,
  "addr": "docker.io/paketobuildpacks/nodejs@sha256:7a1f5c0e4a3d6f9a8b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a",
  "description": "A buildpack that provides the Node.js runtime.",
  "homepage": "https://github.com/paketo-buildpacks/nodejs",
  "licenses": ["Apache-2.0"],
  "targets": [
    {"os": "linux", "arch": "amd64", "distros": [{"name": "ubuntu", "version": "22.04"}]},
    {"os": "linux", "arch": "arm64", "distros": [{"name": "ubuntu", "version": "22.04"}]}
  ],
  "created_at": "2026-05-12T18:42:11Z",
  "updated_at": "2026-05-12T18:42:11Z"
}