Switch to unified view

a/scripts/project-import.json b/scripts/project-import.json
1
[{
1
[{
2
    "name": "Import Test",
2
    "name": "Template Test 1",
3
    "shortname": "import-test",
3
    "shortname": "template-test-1",
4
    "summary": "My summary.",
4
    "summary": "My summary.",
5
    "description": "My description.",
5
    "description": "My description.",
6
    "admin": "admin1",
6
    "admin": "admin1",
7
    "external_homepage": "http://wwww.example.com/test",
7
    "external_homepage": "http://wwww.example.com/test",
8
    "labels": ["label1", "label2"],
8
    "labels": ["label1", "label2"],
...
...
11
        "Developers"],
11
        "Developers"],
12
    "trove_licenses": [
12
    "trove_licenses": [
13
        "Apache License V2.0",
13
        "Apache License V2.0",
14
        "GNU General Public License (GPL)",
14
        "GNU General Public License (GPL)",
15
        "Public Domain"],
15
        "Public Domain"],
16
    "awards": ["What?", "4ec41738810df70e3a00000c"]
16
    "awards": ["What?"]
17
    }]
17
    }]