get.porter.sh/porter@v1.3.0/pkg/cnab/provider/testdata/bundle.json (about) 1 { 2 "schemaVersion": "v1.0.0", 3 "name": "mybuns", 4 "version": "1.0.0", 5 "description": "A bundle", 6 "invocationImages": [ 7 { 8 "imageType": "docker", 9 "image": "mybuns:v1.0.0" 10 } 11 ], 12 "actions": { 13 "zombies": { 14 "modifies": true 15 } 16 }, 17 "parameters": { 18 "my-param": { 19 "definition": "my-param", 20 "applyTo": [ 21 "non-applicable-action" 22 ], 23 "destination": { 24 "env": "MY_PARAM" 25 } 26 } 27 }, 28 "definitions": { 29 "my-param": { 30 "type": "string" 31 } 32 } 33 }