{
  "algorithm": {
    "parameters": [],
    "statements": [],
    "typeReturn": "list(Domain)",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [],
    "path": "/settings/domains",
    "remarks": "List the domains",
    "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"
      }
    ]
  }
}