{
  "algorithm": {
    "parameters": [
      {
        "name": "id",
        "type": "string"
      },
      {
        "name": "args",
        "type": "ArgsGetJurisdiction"
      }
    ],
    "statements": [],
    "typeReturn": "Jurisdiction",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "id",
        "in": "Path",
        "name": "id",
        "remarks": "id"
      },
      {
        "bind": "args.fields",
        "in": "Query",
        "name": "fields",
        "remarks": "Specific fields."
      }
    ],
    "path": "/jurisdictions/{id}",
    "remarks": "Gets the instance",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not Found"
      }
    ]
  }
}