Item_Crossbow: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: {
                chargedItem: { type: "compound"; value: object } & Item_ItemStack;
            };
        };
    };
} & Item_ItemStack

Additional fields for crossbow.