{ "app-id": "org.test.Deprecated.SHA1", "runtime": "org.test.Platform", "sdk": "org.test.Sdk", "command": "hello.sh", "modules": [ { "name": "hello", "buildsystem": "simple", "build-commands": [ "mkdir -p /app/bin", "cp hello.sh /app/bin/hello.sh" ], "sources": [ { "type": "archive", "path": "hello.tar.xz", "sha1": "0d2bf9dcdc338fa1ce97ae628b96244411b8d326" } ] } ] }