summaryrefslogtreecommitdiff
path: root/tests/data/metadata/vmagent_manifests_invalid2.json
blob: 5df42529d27fbc8bd3e1b5f6e266a5a86350a9dd (plain)
1
2
3
4
5
6
7
8
9
10
{
    "notTheRightKey": [
        {
            "foo": "https://notused.com/vmagent_manifest1.json"
        },
        {
            "bar": "https://notused.com/vmagent_manifest2.json"
        }
    ]
}