{
  "$schema": "./schemas/tressi.schema.v0.0.12.json",
  "headers": {
    "Content-Type": "application/json; charset=UTF-8"
  },
  "requests": [
    {
      "url": "https://jsonplaceholder.typicode.com/posts/1",
      "method": "GET"
    },
    {
      "url": "https://jsonplaceholder.typicode.com/posts",
      "method": "POST",
      "payload": {
        "title": "foo",
        "body": "bar",
        "userId": 1
      }
    }
  ]
}
