{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "drama-elements",
        "title": "Elements of Drama",
        "description": "Core components of dramatic works.",
        "category": "Literature",
        "category_slug": "literature",
        "tags": "literature,drama,theater",
        "view_count": 0
    },
    "data": [
        {
            "element": "Plot",
            "description": "Sequence of events in the play."
        },
        {
            "element": "Character",
            "description": "Persons or entities driving the action."
        },
        {
            "element": "Setting",
            "description": "Time and place of the action."
        },
        {
            "element": "Dialogue",
            "description": "Spoken words between characters."
        },
        {
            "element": "Conflict",
            "description": "Struggle between opposing forces."
        },
        {
            "element": "Theme",
            "description": "Central idea or message."
        },
        {
            "element": "Stage Directions",
            "description": "Instructions for performance and movement."
        }
    ]
}