{
    "name": "hello-world",
    "description": "A command that produces hello-world log files",
    "type": "docker",
    "image": "xnat/hello-world:1.0",
    "reserve-memory": "6",
    "limit-memory": "6",
    "command-line": "/hello",
    "inputs": [],
    "xnat": [
        {
            "name": "project",
            "label": "Hellow World: Project",
            "description": "Run hello-world command with a project input.",
            "contexts": ["xnat:projectData"],
            "external-inputs": [
                {
                    "name": "project",
                    "description": "this input accepts a project",
                    "type": "Project",
                    "required": true
                }
            ],
            "derived-inputs": []
        }
    ]
}

