{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 364,
        "slug": "authentication-factors",
        "title": "Authentication Factors",
        "description": "Categories of authentication evidence.",
        "category": "Cybersecurity",
        "category_slug": "cybersecurity",
        "tags": "security,authentication,mfa",
        "view_count": 2,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "factor": "Knowledge",
            "examples": "Passwords, PINs, security questions"
        },
        {
            "factor": "Possession",
            "examples": "Hardware tokens, smartphones, smart cards"
        },
        {
            "factor": "Inherence",
            "examples": "Fingerprints, facial recognition, voice prints"
        },
        {
            "factor": "Location",
            "examples": "IP address, GPS coordinates"
        },
        {
            "factor": "Time",
            "examples": "Time-based one-time passwords, access windows"
        }
    ]
}