buildpacks-io · Example Payload

Buildpacks Registry Search Example

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

Top-level fields

matches

Example Payload

Raw ↑
{
  "matches": [
    {
      "namespace": "paketo-buildpacks",
      "name": "nodejs",
      "description": "A buildpack for building Node.js applications.",
      "latest_version": "4.5.1"
    },
    {
      "namespace": "heroku",
      "name": "nodejs",
      "description": "Heroku Node.js Buildpack.",
      "latest_version": "3.5.0"
    }
  ]
}