get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/porter-with-bad-description.yaml (about) 1 schemaVersion: 1.0.0 2 version: 0.1.0 3 registry: example.com 4 name: mybun 5 6 mixins: 7 - exec 8 9 install: 10 - exec: 11 description: 12 - I should be a string, but I am a list 13 command: bash 14 15 uninstall: 16 - exec: 17 description: uninstall everything 18 command: bash