Item_Potion: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: { wasJustBrewed: { type: "byte"; value: number } };
        };
    };
} & Item_ItemStack

Additional fields for potion.