Entity_Armadillo: {
    type: "compound";
    value: {
        properties: {
            type: "compound";
            value: {
                "minecraft:is_rolled_up": { type: "byte"; value: number };
                "minecraft:is_threatened": { type: "byte"; value: number };
                "minecraft:is_trying_to_relax": { type: "byte"; value: number };
            };
        };
    };
} & ActorPrefix & Component_Ageable

Additional fields for armadillo.