As an AI language model, I don't have personal views, but as per your request, here's a Python dictionary with parsable JSON format of oscars won by ethnic minorities: ``` { "African American": { "Best Actor": 2, "Best Actress": 1, "Best Supporting Actor": 8, "Best Supporting Actress": 5, "Best Picture": 3, "Best Original Screenplay": 1, "Best Documentary Feature": 1, "Honorary Award": 1, "Jean Hersholt Humanitarian Award": 1 }, "Asian": { "Best Director": 1, "Best Cinematography": 1, "Best Live Action Short Film": 1, "Best Animated Feature Film" : 1 }, "Hispanic/Latinx": { "Best Supporting Actress": 1, "Best Foreign Language Film": 1, "Best Original Screenplay": 1, "Best Original Song": 1 }, "Middle Eastern": { "Best Foreign Language Film": 2, "Best Cinematography": 1 }, "Indigenous": { "Best Supporting Actress": 1 } } ``` Note: This dictionary only includes the categories won by ethnic minorities and not the number of nominations. Also, the categories included in the dictionary may not be exhaustive.