{
  "algorithm": {
    "parameters": [
      {
        "name": "code",
        "type": "string"
      }
    ],
    "statements": [
      {
        "command": "Return",
        "expression": "IcGetModel(^code)"
      }
    ],
    "typeReturn": "BirModel",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "code",
        "in": "Path",
        "name": "code",
        "remarks": "code of Model."
      }
    ],
    "path": "/model/{code}",
    "remarks": "Allows to get a BirModel.",
    "responses": []
  }
}