{
  "algorithm": {
    "parameters": [
      {
        "name": "scope",
        "type": "ScopeCreation"
      }
    ],
    "statements": [],
    "typeReturn": "Scope",
    "variables": []
  },
  "routing": {
    "method": "POST",
    "parameters": [
      {
        "bind": "scope",
        "in": "Body",
        "name": "scope",
        "remarks": "scope"
      }
    ],
    "path": "/settings/scopes",
    "remarks": "Create a scopes",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotAcceptable",
        "httpStatus": "406",
        "remarks": "Not Acceptable"
      },
      {
        "errorName": "InternalServerError",
        "httpStatus": "500",
        "remarks": "500 message"
      }
    ]
  }
}