{
  "openapi": "3.0.1",
  "info": {
    "title": "test",
    "version": "1.0"
  },
  "paths": {
    "/products": {
      "description": "default",
      "get": {
        "responses": {
          "200": {
            "description": "Products",
            "headers": {},
            "content": {},
            "links": {}
          }
        }
      }
    }
  }
}