{
    "title": "cheesy_pizza_ziti",
    "id": "17f4ecd08c",
    "table": [
        {
            "instructions": "heat oven to 35",
            "input": "NA",
            "action": "heat",
            "output": "NA"
        },
        {
            "instructions": "cook",
            "input": "pasta",
            "action": "cook",
            "output": "cooked pasta "
        },
        {
            "instructions": "drain pasta .",
            "input": "cooked pasta ",
            "action": "drain",
            "output": "drained_cooked pasta"
        },
        {
            "instructions": "while pasta is cooking , cook beef in 10 inch skillet over medium high heat , stirring occasionally until browned ;",
            "input": "ground beef",
            "action": "cook",
            "output": "browned ground beef"
        },
        {
            "instructions": "drain .",
            "input": "browned ground beef",
            "action": "drain",
            "output": "browned ground beef drained from excess fat"
        },
        {
            "instructions": "mix pasta , beef , remaining_ingredient except cheese in an ungreased 2 12 quart casserole .",
            "input": "(drained_cooked pasta, browned ground beef drained from excess fat;  black olives; mushrooms stems and pieces; pasta sauce)",
            "action": "mix",
            "output": "mixed pasta and beef casserole"
        },
        {
            "instructions": "cover",
            "input": "mixed pasta and beef casserole",
            "action": "cover",
            "output": "covered pasta and beef casserole"
        },
        {
            "instructions": "bake about 30 minutes or until hot .",
            "input": "covered pasta and beef casserole",
            "action": "bake",
            "output": "baked pasta and beef casserole"
        },
        {
            "instructions": "sprinkle with cheese",
            "input": "(baked pasta and beef casserole; mozzarella cheese)",
            "action": "sprinkle",
            "output": "mozzarella cheese sprinkled on baked pasta and beef casserole"
        },
        {
            "instructions": "bake uncovered for about 5 more minutes or until cheese is melted .",
            "input": "mozzarella cheese sprinkled on baked pasta and beef casserole",
            "action": "bake",
            "output": "baked pasta and beef casserole with melted cheese"
        }
    ],
    "ingredients": [
        {
            "text": "3 cups uncooked rigatoni pasta"
        },
        {
            "text": "12 lb ground beef"
        },
        {
            "text": "12 cup sliced ripe black olives"
        },
        {
            "text": "2 (4 ounce) cans mushroom stems and pieces"
        },
        {
            "text": "1 (28 ounce) jar primavera pasta sauce"
        },
        {
            "text": "1 12 cups shredded mozzarella cheese"
        }
    ],
    "recipe": [
        {
            "text": "Heat oven to 350."
        },
        {
            "text": "Cook and drain pasta."
        },
        {
            "text": "While pasta is cooking, cook beef in 10-inch skillet over medium-high heat, stirring occasionally until browned; drain."
        },
        {
            "text": "Mix pasta, beef, remaining ingredients except cheese in an ungreased 2 1/2-quart casserole."
        },
        {
            "text": "Cover and bake about 30 minutes or until hot."
        },
        {
            "text": "Sprinkle with cheese and bake uncovered for about 5 more minutes or until cheese is melted."
        }
    ]
}