get.porter.sh/porter@v1.3.0/pkg/storage/testdata/migrated/credentials/mybun.json (about)

     1  {
     2    "schemaVersion": "1.0.1",
     3    "name": "mybun",
     4    "credentials": [
     5      {
     6        "name": "CLIENT_ID",
     7        "source": {
     8          "env": "OAUTH_CLIENT_ID"
     9        }
    10      },
    11      {
    12        "name": "CLIENT_SECRET",
    13        "source": {
    14          "env": "OAUTH_CLIENT_SECRET"
    15        }
    16      }
    17    ],
    18    "status": {
    19      "created": "2020-01-01T00:00:00Z",
    20      "modified": "2020-01-01T00:00:00Z"
    21    }
    22  }