Item_FireworkRocket: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: {
                Fireworks?: {
                    type: "compound";
                    value: {
                        Explosions: {
                            type: "list";
                            value: { type: "compound"; value: (...)[(...)][] };
                        };
                        Flight: { type: "byte"; value: number };
                    };
                };
            };
        };
    };
} & Item_ItemStack

Additional fields for [firework rocket](https://minecraft.wiki/w/firework rocket).