github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate-invalid/broken.json (about)

     1  {
     2    "builders":[
     3      {
     4        "type":"file",
     5        "target":"chocolate.txt",
     6        "content":"chocolate"
     7      }
     8    ],
     9    "provisioners": "not an array"
    10  }