{
    "get": {
        "operationId": "shortUrl",
        "tags": [
            "URL Shortener"
        ],
        "summary": "Short URL",
        "description": "Represents a short URL. Tracks the visit and redirects tio the corresponding long URL",
        "parameters": [
            {
                "$ref": "../parameters/shortCode.json"
            }
        ],
        "responses": {
            "302": {
                "description": "Visit properly tracked and redirected"
            }
        }
    }
}
