get.porter.sh/porter@v1.3.0/pkg/porter/testdata/paramset-with-file-param.json (about)

     1  {
     2    "name": "mypset",
     3    "parameters": [
     4      {
     5        "name": "my-file-param",
     6        "source": {
     7          "path": "/local/path/to/my-file-param"
     8        }
     9      }
    10    ],
    11    "status": {
    12      "created": "1983-04-18T01:02:03.000000004Z",
    13      "modified": "1983-04-18T01:02:03.000000004Z"
    14    }
    15  }