fn insert_annotation( annotations: &mut IndexMap<String, Value>, key: impl Into<String>, value: impl Serialize, ) -> Result<(), ManifestError>