{
  "tests": [
    {
      "input": {
        "body": {
          "name": "Johnny"
        }
      },
      "output": {
        "body": {
          "message": "Hello Johnny"
        }
      }
    },
    {
      "input": {
        "body": ""
      },
      "output": {
        "body": {
          "message": "Hello World"
        }
      }
    }
  ]
}
