{
  "algorithm": {
    "parameters": [
      {
        "name": "stakeholderRole",
        "type": "StakeholderRole"
      }
    ],
    "statements": [],
    "typeReturn": "StakeholderRole",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "stakeholderRole",
        "in": "Body",
        "name": "stakeholderRole",
        "remarks": "stakeholderRole"
      }
    ],
    "path": "/catalog/stakeholderRoles",
    "remarks": "Create a stakeholder Role",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "httpStatus": "201",
        "remarks": "Stakeholder Role created"
      },
      {
        "errorName": "BadRequest",
        "httpStatus": "400",
        "remarks": "Bad request"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "NotAcceptable",
        "httpStatus": "406",
        "remarks": "Not Acceptable"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "500 message"
      }
    ]
  }
}