get.porter.sh/porter@v1.3.0/pkg/porter/testdata/explain/params-bundle-no-mixins.json (about)

     1  {
     2      "custom": {
     3          "io.cnab.dependencies": null,
     4          "sh.porter": {
     5              "manifestDigest": "5040d45d0c44e7632563966c33f5e8980e83cfa7c0485f725b623b7604f072f0",
     6              "version": "v0.30.0",
     7              "commit": "3b7c85ba",
     8              "mixins": {}
     9          }
    10      },
    11      "definitions": {
    12          "porter-debug": {
    13              "$comment": "porter-internal",
    14              "default": false,
    15              "description": "Print debug information from Porter when executing the bundle",
    16              "type": "boolean"
    17          },
    18          "region": {
    19              "default": "mars",
    20              "type": "string"
    21          },
    22          "seed": {
    23              "type": "boolean"
    24          },
    25          "namespace": {
    26              "type": "string"
    27          }
    28      },
    29      "description": "An example Porter configuration",
    30      "invocationImages": [
    31          {
    32              "image": "porter-hello:latest",
    33              "imageType": "docker"
    34          }
    35      ],
    36      "name": "porter-hello",
    37      "parameters": {
    38          "porter-debug": {
    39              "definition": "porter-debug",
    40              "description": "Print debug information from Porter when executing the bundle",
    41              "destination": {
    42                  "env": "PORTER_DEBUG"
    43              }
    44          },
    45          "region": {
    46              "definition": "region",
    47              "destination": {
    48                  "env": "REGION"
    49              }
    50          },
    51          "seed": {
    52              "definition": "seed",
    53              "required": true,
    54              "destination": {
    55                  "env": "SEED"
    56              }
    57          },
    58          "namespace": {
    59              "definition": "namespace",
    60              "applyTo": [
    61                  "upgrade"
    62              ],
    63              "destination": {
    64                  "env": "NAMESPACE"
    65              }
    66          }
    67      },
    68      "schemaVersion": "v1.0.0-WD",
    69      "version": "0.1.0"
    70  }