{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "id": 382,
        "slug": "contract-formation-elements",
        "title": "Contract Formation Elements",
        "description": "Essential elements required to form a valid contract.",
        "category": "Law",
        "category_slug": "law",
        "tags": "law,contracts,elements",
        "view_count": 2,
        "created_at": 1781275786,
        "updated_at": 1781275786
    },
    "data": [
        {
            "element": "Offer",
            "description": "A clear proposal made by one party to another."
        },
        {
            "element": "Acceptance",
            "description": "Unqualified agreement to the terms of the offer."
        },
        {
            "element": "Consideration",
            "description": "Something of value exchanged between parties."
        },
        {
            "element": "Intention",
            "description": "Parties intend to create legal relations."
        },
        {
            "element": "Capacity",
            "description": "Parties have legal ability to enter a contract."
        },
        {
            "element": "Legality",
            "description": "The contract's purpose must be lawful."
        }
    ]
}