Item_HorseArmor: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: { customColor?: { type: "int"; value: number } };
        };
    };
} & Item_ItemStack

Additional fields for [horse armor](https://minecraft.wiki/w/horse armor).