{
    "type": "object",
    "properties": {
        "archived": {
            "type": "boolean"
        },
        "created_at": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "link": {
            "type": "string"
        },
        "long_url": {
            "type": "string"
        },
        "references": {
            "type": "object",
            "properties": {
                "group": {
                    "type": "string"
                }
            }
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    },
    "version": 2
}
