{
    "title": "caribbean_shrimp_and_mango_pizza",
    "id": "3e4a44760f",
    "table": [
        {
            "instructions": "preheat oven to 500 degrees f .",
            "input": "NA",
            "action": "preheat",
            "output": "NA"
        },
        {
            "instructions": "slice the shrimp in half , lengthwise .",
            "input": "shrimp",
            "action": "slice",
            "output": "halved_shrimp"
        },
        {
            "instructions": "heat the oil in a small nonstick skillet over medium heat",
            "input": "oil",
            "action": "heat",
            "output": "heated oil"
        },
        {
            "instructions": "add the shrimp .",
            "input": "halved_shrimp",
            "action": "add",
            "output": "heated oil with halved_shrimp"
        },
        {
            "instructions": "cook until the shrimp turn pink , about 3 minutes ,",
            "input": "uncooked shrimp",
            "action": "cook",
            "output": "cooked shrimps"
        },
        {
            "instructions": "season them with salt and pepper .",
            "input": "(salt; pepper; cooked shrimps)",
            "action": "season",
            "output": "seasoned cooked shrimps"
        },
        {
            "instructions": "roll out the dough on a lightly floured surface into a 10 inch round .",
            "input": "dough",
            "action": "roll",
            "output": "flattened and rounded dough"
        },
        {
            "instructions": "place the crust onto a parchment line , baking sheet .",
            "input": "flattened and rounded dough",
            "action": "place",
            "output": "pizza crust"
        },
        {
            "instructions": "spread the sauce onto the pizza , leaving the edges clean for a crust to form .",
            "input": "(sauce; pizza crust)",
            "action": "spread",
            "output": "pizza crust with sauce"
        },
        {
            "instructions": "put half of the cheese on top",
            "input": "(cheese; pizza crust with sauce)",
            "action": "put",
            "output": "pizza crust with sauce and cheese"
        },
        {
            "instructions": "spread the shrimp evenly over the pizza .",
            "input": "(seasoned cooked shrimps; pizza crust with sauce and cheese)",
            "action": "spread",
            "output": "pizza crust with sauce, cheese and seasoned cooked shrimps"
        },
        {
            "instructions": "then add the mango slices , red onion , red_bell_pepper , and yellow_bell_pepper evenly on the top .",
            "input": "(mango slices; red onion; red bell pepper; yellow bell pepper; pizza crust with sauce, cheese and seasoned cooked shrimps)",
            "action": "add",
            "output": "pizza crust with sauce, cheese, seasoned cooked shrimps, mango slices, red onion, red bell pepper and yellow bell pepper"
        },
        {
            "instructions": "sprinkle the pizza with the red_pepper_flake",
            "input": "(red pepper flake; pizza crust with sauce, cheese, seasoned cooked shrimps, mango slices, red onion, red bell pepper and yellow bell pepper)",
            "action": "sprinkle",
            "output": "pizza crust with sauce, cheese, seasoned cooked shrimps, mango slices, red onion, red bell pepper, yellow bell pepper and red pepper flake"
        },
        {
            "instructions": "top with the remaining cheese .",
            "input": "(remaining cheese; pizza crust with sauce, cheese, seasoned cooked shrimps, mango slices, red onion, red bell pepper, yellow bell pepper and red pepper flake)",
            "action": "top",
            "output": "pizza crust with sauce, cheese, seasoned cooked shrimps, mango slices, red onion, red bell pepper, yellow bell pepper, red pepper flake and cheese"
        },
        {
            "instructions": "bake the pizza for 15 minutes or until the cheese is melted",
            "input": "uncooked shrimp_and_mango_pizza",
            "action": "bake",
            "output": "baked shrimp_and_mango_pizza"
        },
        {
            "instructions": "slightly brown .",
            "input": "baked shrimp_and_mango_pizza",
            "action": "brown",
            "output": "browned baked shrimp_and_mango_pizza"
        },
        {
            "instructions": "serve immediately with more red_pepper_flake sprinkled on top .",
            "input": "browned baked shrimp_and_mango_pizza",
            "action": "serve",
            "output": "browned baked shrimp_and_mango_pizza served with red pepper flake"
        }
    ],
    "ingredients": [
        {
            "text": "6 medium shrimp, peeled and deveined"
        },
        {
            "text": "1 teaspoon extra virgin olive oil"
        },
        {
            "text": "Kosher salt"
        },
        {
            "text": "Freshly ground black pepper"
        },
        {
            "text": "7 ounces prepared pizza dough"
        },
        {
            "text": "Semolina flour, for dusting"
        },
        {
            "text": "1/2 cup pizza sauce"
        },
        {
            "text": "1 cup grated mozzarella"
        },
        {
            "text": "1/2 ripe mango, thinly sliced"
        },
        {
            "text": "1/2 red onion, thinly sliced"
        },
        {
            "text": "1/2 red bell pepper, thinly sliced"
        },
        {
            "text": "1/2 yellow bell pepper, thinly sliced"
        },
        {
            "text": "2 pinches red pepper flakes, plus more for garnish"
        }
    ],
    "recipe": [
        {
            "text": "Preheat oven to 500 degrees F."
        },
        {
            "text": "Slice the shrimp in half, lengthwise."
        },
        {
            "text": "Heat the oil in a small nonstick skillet over medium heat and add the shrimp."
        },
        {
            "text": "Cook until the shrimp turn pink, about 3 minutes, and season them with salt and pepper."
        },
        {
            "text": "Roll out the dough on a lightly floured surface into a 10-inch round."
        },
        {
            "text": "Place the crust onto a parchment line baking sheet."
        },
        {
            "text": "Spread the sauce onto the pizza, leaving the edges clean for a crust to form."
        },
        {
            "text": "Put half of the cheese on top and spread the shrimp evenly over the pizza."
        },
        {
            "text": "Then add the mango slices, red onion, red bell pepper, and yellow bell pepper evenly on the top."
        },
        {
            "text": "Sprinkle the pizza with the red pepper flakes and top with the remaining cheese."
        },
        {
            "text": "Bake the pizza for 15 minutes or until the cheese is melted and slightly brown."
        },
        {
            "text": "Serve immediately with more red pepper flakes sprinkled on top."
        }
    ]
}