github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/assets/stubs/upstreams/hello-world.json (about)

     1  {
     2      "request": {
     3          "method": "GET",
     4          "urlPathPattern": "/hello-world(/.+)?"
     5      },
     6      "response": {
     7          "status": 200,
     8          "headers": {
     9              "Content-Type": "application/json; charset=utf-8"
    10          },
    11          "jsonBody": {
    12              "hello": "world"
    13          }
    14      }
    15  }