{
  "algorithm": {
    "parameters": [
      {
        "name": "specification",
        "type": "PlanRunRequest"
      }
    ],
    "statements": [],
    "typeReturn": "Job",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "specification",
        "in": "Body",
        "name": "specification",
        "remarks": "specification"
      }
    ],
    "path": "/plans/calculation/snapshots",
    "remarks": "runCalculationSnapshots",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "Ok"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "NotAcceptable",
        "httpStatus": "406",
        "remarks": "Not Acceptable"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "500 message"
      }
    ]
  }
}